2024-02-11T16:46:12.597 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-11T16:46:12.598 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556246 --description rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --owner scheduled_yuriw@teuthology --verbose --name yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556246/orig.config.yaml 2024-02-11T16:46:12.632 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-11T16:46:12.711 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556246 branch: wip-yuri8-testing-2024-02-07-0820-pacific description: rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: null first_in_suite: false job_id: '7556246' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-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-yuri8-testing-2024-02-07-0820-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: 5db25abe00e218b6920215c0bef70af7e47c7152 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri8-testing-2024-02-07-0820-pacific sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1730 sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2024-02-07-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 targets: smithi115.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH5wHtQ3/GIWDbTQk+hGSu1h4UniSdqyrIy1l4WL5MUySfws8mrtTNJWVpnUuWdwH9FOEZX8l9IfTq04C7+4taM= smithi195.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBONdqMGSsTAr3l7zxxQvgA3ZFtae46zrKFPhPdKEFQhCwFDASca7mqUv36McAMdxEqKvzKf3jlXb9hzDdAlKbX4= 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: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-11_15:26:36 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-11T16:46:12.711 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa; will attempt to use it 2024-02-11T16:46:12.712 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks 2024-02-11T16:46:12.712 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-11T16:46:12.713 INFO:teuthology.task.internal:Checking packages... 2024-02-11T16:46:12.736 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5db25abe00e218b6920215c0bef70af7e47c7152' 2024-02-11T16:46:12.736 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-11T16:46:12.736 INFO:teuthology.packaging:ref: None 2024-02-11T16:46:12.736 INFO:teuthology.packaging:tag: None 2024-02-11T16:46:12.736 INFO:teuthology.packaging:branch: wip-yuri8-testing-2024-02-07-0820-pacific 2024-02-11T16:46:12.736 INFO:teuthology.packaging:sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 2024-02-11T16:46:12.737 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri8-testing-2024-02-07-0820-pacific 2024-02-11T16:46:12.971 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-530.g5db25abe 2024-02-11T16:46:12.973 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-11T16:46:12.981 INFO:teuthology.task.internal:no buildpackages task found 2024-02-11T16:46:12.981 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-11T16:46:12.990 INFO:teuthology.task.internal:Saving configuration 2024-02-11T16:46:13.003 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-11T16:46:13.008 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-11T16:46:13.034 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556246', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-11 16:41:03.714074', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH5wHtQ3/GIWDbTQk+hGSu1h4UniSdqyrIy1l4WL5MUySfws8mrtTNJWVpnUuWdwH9FOEZX8l9IfTq04C7+4taM='} 2024-02-11T16:46:13.058 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi195.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556246', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-11 16:41:03.712846', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBONdqMGSsTAr3l7zxxQvgA3ZFtae46zrKFPhPdKEFQhCwFDASca7mqUv36McAMdxEqKvzKf3jlXb9hzDdAlKbX4='} 2024-02-11T16:46:13.058 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-11T16:46:13.064 INFO:teuthology.task.internal:roles: ubuntu@smithi115.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-11T16:46:13.064 INFO:teuthology.task.internal:roles: ubuntu@smithi195.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-11T16:46:13.064 INFO:teuthology.run_tasks:Running task console_log... 2024-02-11T16:46:13.137 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fcff7aa8160>, signals=[15]) 2024-02-11T16:46:13.138 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-11T16:46:13.143 INFO:teuthology.task.internal:Opening connections... 2024-02-11T16:46:13.143 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi115.front.sepia.ceph.com 2024-02-11T16:46:13.145 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:46:13.221 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi195.front.sepia.ceph.com 2024-02-11T16:46:13.221 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:46:13.292 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-11T16:46:13.299 DEBUG:teuthology.orchestra.run.smithi115:> uname -m 2024-02-11T16:46:13.321 INFO:teuthology.orchestra.run.smithi115.stdout:x86_64 2024-02-11T16:46:13.322 DEBUG:teuthology.orchestra.run.smithi115:> cat /etc/os-release 2024-02-11T16:46:13.382 INFO:teuthology.orchestra.run.smithi115.stdout:NAME="CentOS Stream" 2024-02-11T16:46:13.383 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION="8" 2024-02-11T16:46:13.383 INFO:teuthology.orchestra.run.smithi115.stdout:ID="centos" 2024-02-11T16:46:13.383 INFO:teuthology.orchestra.run.smithi115.stdout:ID_LIKE="rhel fedora" 2024-02-11T16:46:13.383 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION_ID="8" 2024-02-11T16:46:13.383 INFO:teuthology.orchestra.run.smithi115.stdout:PLATFORM_ID="platform:el8" 2024-02-11T16:46:13.383 INFO:teuthology.orchestra.run.smithi115.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-11T16:46:13.383 INFO:teuthology.orchestra.run.smithi115.stdout:ANSI_COLOR="0;31" 2024-02-11T16:46:13.383 INFO:teuthology.orchestra.run.smithi115.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-11T16:46:13.383 INFO:teuthology.orchestra.run.smithi115.stdout:HOME_URL="https://centos.org/" 2024-02-11T16:46:13.383 INFO:teuthology.orchestra.run.smithi115.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-11T16:46:13.383 INFO:teuthology.orchestra.run.smithi115.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-11T16:46:13.383 INFO:teuthology.orchestra.run.smithi115.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-11T16:46:13.384 INFO:teuthology.lock.ops:Updating smithi115.front.sepia.ceph.com on lock server 2024-02-11T16:46:13.405 DEBUG:teuthology.orchestra.run.smithi195:> uname -m 2024-02-11T16:46:13.427 INFO:teuthology.orchestra.run.smithi195.stdout:x86_64 2024-02-11T16:46:13.427 DEBUG:teuthology.orchestra.run.smithi195:> cat /etc/os-release 2024-02-11T16:46:13.488 INFO:teuthology.orchestra.run.smithi195.stdout:NAME="CentOS Stream" 2024-02-11T16:46:13.488 INFO:teuthology.orchestra.run.smithi195.stdout:VERSION="8" 2024-02-11T16:46:13.488 INFO:teuthology.orchestra.run.smithi195.stdout:ID="centos" 2024-02-11T16:46:13.489 INFO:teuthology.orchestra.run.smithi195.stdout:ID_LIKE="rhel fedora" 2024-02-11T16:46:13.489 INFO:teuthology.orchestra.run.smithi195.stdout:VERSION_ID="8" 2024-02-11T16:46:13.489 INFO:teuthology.orchestra.run.smithi195.stdout:PLATFORM_ID="platform:el8" 2024-02-11T16:46:13.489 INFO:teuthology.orchestra.run.smithi195.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-11T16:46:13.489 INFO:teuthology.orchestra.run.smithi195.stdout:ANSI_COLOR="0;31" 2024-02-11T16:46:13.489 INFO:teuthology.orchestra.run.smithi195.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-11T16:46:13.489 INFO:teuthology.orchestra.run.smithi195.stdout:HOME_URL="https://centos.org/" 2024-02-11T16:46:13.489 INFO:teuthology.orchestra.run.smithi195.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-11T16:46:13.489 INFO:teuthology.orchestra.run.smithi195.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-11T16:46:13.489 INFO:teuthology.orchestra.run.smithi195.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-11T16:46:13.489 INFO:teuthology.lock.ops:Updating smithi195.front.sepia.ceph.com on lock server 2024-02-11T16:46:13.513 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-11T16:46:13.522 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-11T16:46:13.529 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-11T16:46:13.529 DEBUG:teuthology.orchestra.run.smithi115:> test '!' -e /home/ubuntu/cephtest 2024-02-11T16:46:13.531 DEBUG:teuthology.orchestra.run.smithi195:> test '!' -e /home/ubuntu/cephtest 2024-02-11T16:46:13.551 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-11T16:46:13.557 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-11T16:46:13.557 DEBUG:teuthology.orchestra.run.smithi115:> test -z $(ls -A /var/lib/ceph) 2024-02-11T16:46:13.593 DEBUG:teuthology.orchestra.run.smithi195:> test -z $(ls -A /var/lib/ceph) 2024-02-11T16:46:13.625 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-11T16:46:13.678 INFO:teuthology.run_tasks:Running task kernel... 2024-02-11T16:46:13.692 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-11T16:46:13.692 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-11T16:46:13.692 DEBUG:teuthology.orchestra.run.smithi115:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T16:46:13.693 DEBUG:teuthology.orchestra.run.smithi195:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T16:46:13.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T16:46:13.712 DEBUG:teuthology.orchestra.run.smithi195:> uname -r 2024-02-11T16:46:13.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T16:46:13.713 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2024-02-11T16:46:13.773 INFO:teuthology.orchestra.run.smithi195.stdout:4.18.0-489.el8.x86_64 2024-02-11T16:46:13.773 INFO:teuthology.task.kernel:Running kernel on smithi195: 4.18.0-489.el8.x86_64 2024-02-11T16:46:13.773 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum install -y kernel 2024-02-11T16:46:13.774 INFO:teuthology.orchestra.run.smithi115.stdout:4.18.0-489.el8.x86_64 2024-02-11T16:46:13.774 INFO:teuthology.task.kernel:Running kernel on smithi115: 4.18.0-489.el8.x86_64 2024-02-11T16:46:13.774 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum install -y kernel 2024-02-11T16:46:17.156 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 8 - AppStream 38 MB/s | 27 MB 00:00 2024-02-11T16:46:17.202 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 8 - AppStream 31 MB/s | 27 MB 00:00 2024-02-11T16:46:24.405 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 8 - BaseOS 4.1 MB/s | 10 MB 00:02 2024-02-11T16:46:24.477 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 8 - BaseOS 4.1 MB/s | 10 MB 00:02 2024-02-11T16:46:26.255 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 8 - Extras 73 kB/s | 18 kB 00:00 2024-02-11T16:46:26.336 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 8 - Extras 71 kB/s | 18 kB 00:00 2024-02-11T16:46:26.778 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 8 - Extras common packages 21 kB/s | 6.9 kB 00:00 2024-02-11T16:46:26.847 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2024-02-11T16:46:27.232 INFO:teuthology.orchestra.run.smithi115.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2024-02-11T16:46:27.288 INFO:teuthology.orchestra.run.smithi195.stdout:Copr repo for python3-asyncssh owned by ceph 8.3 kB/s | 3.5 kB 00:00 2024-02-11T16:46:28.741 INFO:teuthology.orchestra.run.smithi195.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2024-02-11T16:46:29.118 INFO:teuthology.orchestra.run.smithi115.stdout:Extra Packages for Enterprise Linux 9.0 MB/s | 16 MB 00:01 2024-02-11T16:46:32.472 INFO:teuthology.orchestra.run.smithi195.stdout:lab-extras 310 kB/s | 24 kB 00:00 2024-02-11T16:46:32.901 INFO:teuthology.orchestra.run.smithi115.stdout:lab-extras 438 kB/s | 24 kB 00:00 2024-02-11T16:46:35.410 INFO:teuthology.orchestra.run.smithi195.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-11T16:46:35.411 INFO:teuthology.orchestra.run.smithi195.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-11T16:46:35.517 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-02-11T16:46:35.519 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-02-11T16:46:35.519 INFO:teuthology.orchestra.run.smithi195.stdout: Package Architecture Version Repository Size 2024-02-11T16:46:35.519 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-02-11T16:46:35.519 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-02-11T16:46:35.519 INFO:teuthology.orchestra.run.smithi195.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-11T16:46:35.519 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-02-11T16:46:35.519 INFO:teuthology.orchestra.run.smithi195.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-11T16:46:35.519 INFO:teuthology.orchestra.run.smithi195.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-11T16:46:35.519 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-02-11T16:46:35.519 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-02-11T16:46:35.519 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-02-11T16:46:35.519 INFO:teuthology.orchestra.run.smithi195.stdout:Install 3 Packages 2024-02-11T16:46:35.520 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-02-11T16:46:35.520 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 90 M 2024-02-11T16:46:35.520 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 96 M 2024-02-11T16:46:35.520 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-02-11T16:46:35.875 INFO:teuthology.orchestra.run.smithi115.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-11T16:46:35.875 INFO:teuthology.orchestra.run.smithi115.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-11T16:46:35.975 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-02-11T16:46:35.975 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-02-11T16:46:35.976 INFO:teuthology.orchestra.run.smithi115.stdout: Package Architecture Version Repository Size 2024-02-11T16:46:35.976 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-02-11T16:46:35.976 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2024-02-11T16:46:35.976 INFO:teuthology.orchestra.run.smithi115.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-11T16:46:35.976 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2024-02-11T16:46:35.976 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-11T16:46:35.976 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-11T16:46:35.976 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:46:35.976 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-02-11T16:46:35.976 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-02-11T16:46:35.976 INFO:teuthology.orchestra.run.smithi115.stdout:Install 3 Packages 2024-02-11T16:46:35.976 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:46:35.977 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 90 M 2024-02-11T16:46:35.977 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 96 M 2024-02-11T16:46:35.977 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-02-11T16:46:37.773 INFO:teuthology.orchestra.run.smithi195.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 5.0 MB/s | 10 MB 00:02 2024-02-11T16:46:38.161 INFO:teuthology.orchestra.run.smithi115.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 5.2 MB/s | 10 MB 00:01 2024-02-11T16:46:40.977 INFO:teuthology.orchestra.run.smithi115.stdout:(2/3): kernel-core-4.18.0-536.el8.x86_64.rpm 9.1 MB/s | 44 MB 00:04 2024-02-11T16:46:42.056 INFO:teuthology.orchestra.run.smithi195.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 5.7 MB/s | 36 MB 00:06 2024-02-11T16:46:42.664 INFO:teuthology.orchestra.run.smithi195.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 6.3 MB/s | 44 MB 00:06 2024-02-11T16:46:42.665 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-02-11T16:46:42.665 INFO:teuthology.orchestra.run.smithi195.stdout:Total 13 MB/s | 90 MB 00:07 2024-02-11T16:46:42.719 INFO:teuthology.orchestra.run.smithi115.stdout:(3/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 5.5 MB/s | 36 MB 00:06 2024-02-11T16:46:42.719 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-02-11T16:46:42.719 INFO:teuthology.orchestra.run.smithi115.stdout:Total 13 MB/s | 90 MB 00:06 2024-02-11T16:46:43.347 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-02-11T16:46:43.394 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-02-11T16:46:43.766 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-02-11T16:46:43.766 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-02-11T16:46:43.806 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-02-11T16:46:43.806 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-02-11T16:46:44.994 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-02-11T16:46:45.018 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-02-11T16:46:45.041 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-02-11T16:46:45.072 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-02-11T16:46:47.773 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-02-11T16:46:47.868 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-02-11T16:46:48.289 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-11T16:46:48.356 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-11T16:46:51.857 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-11T16:46:51.938 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-11T16:46:52.256 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-11T16:46:52.339 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-11T16:46:55.693 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-11T16:46:55.772 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-11T16:46:55.972 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-11T16:46:56.061 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-11T16:47:17.739 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-11T16:47:17.762 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-11T16:47:17.963 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-11T16:47:17.986 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-11T16:47:18.113 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-11T16:47:18.113 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-11T16:47:18.113 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-11T16:47:18.331 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-11T16:47:18.332 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-11T16:47:18.332 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-11T16:47:18.633 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-11T16:47:18.634 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-02-11T16:47:18.634 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-02-11T16:47:18.634 INFO:teuthology.orchestra.run.smithi195.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-11T16:47:18.634 INFO:teuthology.orchestra.run.smithi195.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-11T16:47:18.634 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-02-11T16:47:18.634 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-02-11T16:47:18.789 DEBUG:teuthology.orchestra.run.smithi195:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T16:47:18.815 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-11T16:47:18.815 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:47:18.815 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-02-11T16:47:18.815 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-11T16:47:18.815 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-11T16:47:18.815 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:47:18.816 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-02-11T16:47:18.965 DEBUG:teuthology.orchestra.run.smithi115:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T16:47:19.005 INFO:teuthology.orchestra.run.smithi195.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-11T16:47:19.005 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-11T16:47:19.006 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-11T16:47:19.006 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-11T16:47:19.006 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-11T16:47:19.006 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-11T16:47:19.006 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi195.front.sepia.ceph.com, path=None, version=distro) 2024-02-11T16:47:19.006 DEBUG:teuthology.orchestra.run.smithi195:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T16:47:19.182 INFO:teuthology.orchestra.run.smithi115.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-11T16:47:19.183 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-11T16:47:19.183 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-11T16:47:19.183 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-11T16:47:19.183 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-11T16:47:19.183 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-11T16:47:19.183 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi115.front.sepia.ceph.com, path=None, version=distro) 2024-02-11T16:47:19.183 DEBUG:teuthology.orchestra.run.smithi115:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T16:47:19.217 INFO:teuthology.orchestra.run.smithi195.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-11T16:47:19.217 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-11T16:47:19.217 DEBUG:teuthology.orchestra.run.smithi195:> sudo rpm -qi grub2-tools 2024-02-11T16:47:19.250 INFO:teuthology.orchestra.run.smithi195.stdout:Name : grub2-tools 2024-02-11T16:47:19.250 INFO:teuthology.orchestra.run.smithi195.stdout:Epoch : 1 2024-02-11T16:47:19.250 INFO:teuthology.orchestra.run.smithi195.stdout:Version : 2.02 2024-02-11T16:47:19.250 INFO:teuthology.orchestra.run.smithi195.stdout:Release : 129.el8 2024-02-11T16:47:19.250 INFO:teuthology.orchestra.run.smithi195.stdout:Architecture: x86_64 2024-02-11T16:47:19.250 INFO:teuthology.orchestra.run.smithi195.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-11T16:47:19.251 INFO:teuthology.orchestra.run.smithi195.stdout:Group : System Environment/Base 2024-02-11T16:47:19.251 INFO:teuthology.orchestra.run.smithi195.stdout:Size : 9265586 2024-02-11T16:47:19.251 INFO:teuthology.orchestra.run.smithi195.stdout:License : GPLv3+ 2024-02-11T16:47:19.251 INFO:teuthology.orchestra.run.smithi195.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-11T16:47:19.251 INFO:teuthology.orchestra.run.smithi195.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-11T16:47:19.251 INFO:teuthology.orchestra.run.smithi195.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-11T16:47:19.251 INFO:teuthology.orchestra.run.smithi195.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-11T16:47:19.251 INFO:teuthology.orchestra.run.smithi195.stdout:Relocations : (not relocatable) 2024-02-11T16:47:19.251 INFO:teuthology.orchestra.run.smithi195.stdout:Packager : CentOS BuildSystem 2024-02-11T16:47:19.251 INFO:teuthology.orchestra.run.smithi195.stdout:Vendor : CentOS 2024-02-11T16:47:19.251 INFO:teuthology.orchestra.run.smithi195.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-11T16:47:19.251 INFO:teuthology.orchestra.run.smithi195.stdout:Summary : Support tools for GRUB. 2024-02-11T16:47:19.251 INFO:teuthology.orchestra.run.smithi195.stdout:Description : 2024-02-11T16:47:19.251 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-02-11T16:47:19.251 INFO:teuthology.orchestra.run.smithi195.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-11T16:47:19.252 INFO:teuthology.orchestra.run.smithi195.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-11T16:47:19.252 INFO:teuthology.orchestra.run.smithi195.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-11T16:47:19.252 INFO:teuthology.orchestra.run.smithi195.stdout:hardware devices. 2024-02-11T16:47:19.252 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-02-11T16:47:19.252 INFO:teuthology.orchestra.run.smithi195.stdout:This subpackage provides tools for support of all platforms. 2024-02-11T16:47:19.253 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-11T16:47:19.253 INFO:teuthology.task.kernel:Updating grub on smithi195 to boot 4.18.0-536.el8.x86_64 2024-02-11T16:47:19.253 DEBUG:teuthology.orchestra.run.smithi195:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-11T16:47:19.393 INFO:teuthology.orchestra.run.smithi115.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-11T16:47:19.393 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-11T16:47:19.393 DEBUG:teuthology.orchestra.run.smithi115:> sudo rpm -qi grub2-tools 2024-02-11T16:47:19.427 INFO:teuthology.orchestra.run.smithi115.stdout:Name : grub2-tools 2024-02-11T16:47:19.427 INFO:teuthology.orchestra.run.smithi115.stdout:Epoch : 1 2024-02-11T16:47:19.427 INFO:teuthology.orchestra.run.smithi115.stdout:Version : 2.02 2024-02-11T16:47:19.427 INFO:teuthology.orchestra.run.smithi115.stdout:Release : 129.el8 2024-02-11T16:47:19.427 INFO:teuthology.orchestra.run.smithi115.stdout:Architecture: x86_64 2024-02-11T16:47:19.427 INFO:teuthology.orchestra.run.smithi115.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-11T16:47:19.427 INFO:teuthology.orchestra.run.smithi115.stdout:Group : System Environment/Base 2024-02-11T16:47:19.427 INFO:teuthology.orchestra.run.smithi115.stdout:Size : 9265586 2024-02-11T16:47:19.427 INFO:teuthology.orchestra.run.smithi115.stdout:License : GPLv3+ 2024-02-11T16:47:19.427 INFO:teuthology.orchestra.run.smithi115.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-11T16:47:19.427 INFO:teuthology.orchestra.run.smithi115.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-11T16:47:19.427 INFO:teuthology.orchestra.run.smithi115.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-11T16:47:19.427 INFO:teuthology.orchestra.run.smithi115.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-11T16:47:19.428 INFO:teuthology.orchestra.run.smithi115.stdout:Relocations : (not relocatable) 2024-02-11T16:47:19.428 INFO:teuthology.orchestra.run.smithi115.stdout:Packager : CentOS BuildSystem 2024-02-11T16:47:19.428 INFO:teuthology.orchestra.run.smithi115.stdout:Vendor : CentOS 2024-02-11T16:47:19.428 INFO:teuthology.orchestra.run.smithi115.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-11T16:47:19.428 INFO:teuthology.orchestra.run.smithi115.stdout:Summary : Support tools for GRUB. 2024-02-11T16:47:19.428 INFO:teuthology.orchestra.run.smithi115.stdout:Description : 2024-02-11T16:47:19.428 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:47:19.428 INFO:teuthology.orchestra.run.smithi115.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-11T16:47:19.428 INFO:teuthology.orchestra.run.smithi115.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-11T16:47:19.428 INFO:teuthology.orchestra.run.smithi115.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-11T16:47:19.428 INFO:teuthology.orchestra.run.smithi115.stdout:hardware devices. 2024-02-11T16:47:19.428 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:47:19.428 INFO:teuthology.orchestra.run.smithi115.stdout:This subpackage provides tools for support of all platforms. 2024-02-11T16:47:19.429 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-11T16:47:19.429 INFO:teuthology.task.kernel:Updating grub on smithi115 to boot 4.18.0-536.el8.x86_64 2024-02-11T16:47:19.429 DEBUG:teuthology.orchestra.run.smithi115:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-11T16:47:20.959 INFO:teuthology.orchestra.run.smithi195.stderr:Generating grub configuration file ... 2024-02-11T16:47:21.033 INFO:teuthology.orchestra.run.smithi115.stderr:Generating grub configuration file ... 2024-02-11T16:47:22.983 INFO:teuthology.orchestra.run.smithi115.stderr:done 2024-02-11T16:47:22.985 DEBUG:teuthology.orchestra.run.smithi115:> mktemp 2024-02-11T16:47:23.035 INFO:teuthology.orchestra.run.smithi115.stdout:/tmp/tmp.le3MEKvSYP 2024-02-11T16:47:23.035 DEBUG:teuthology.orchestra.run.smithi115:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.le3MEKvSYP 2024-02-11T16:47:23.076 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 0666 /tmp/tmp.le3MEKvSYP 2024-02-11T16:47:23.206 INFO:teuthology.orchestra.run.smithi195.stderr:done 2024-02-11T16:47:23.207 DEBUG:teuthology.orchestra.run.smithi195:> mktemp 2024-02-11T16:47:23.216 DEBUG:teuthology.orchestra.remote:smithi115:/tmp/tmp.le3MEKvSYP is 6KB 2024-02-11T16:47:23.236 INFO:teuthology.orchestra.run.smithi195.stdout:/tmp/tmp.N6oIul22BM 2024-02-11T16:47:23.236 DEBUG:teuthology.orchestra.run.smithi195:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.N6oIul22BM 2024-02-11T16:47:23.264 DEBUG:teuthology.orchestra.run.smithi115:> rm -fr /tmp/tmp.le3MEKvSYP 2024-02-11T16:47:23.282 DEBUG:teuthology.orchestra.run.smithi115:> sudo /bin/ls /boot/loader/entries || true 2024-02-11T16:47:23.309 DEBUG:teuthology.orchestra.run.smithi195:> sudo chmod 0666 /tmp/tmp.N6oIul22BM 2024-02-11T16:47:23.354 INFO:teuthology.orchestra.run.smithi115.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-11T16:47:23.354 INFO:teuthology.orchestra.run.smithi115.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-11T16:47:23.354 INFO:teuthology.orchestra.run.smithi115.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-11T16:47:23.355 INFO:teuthology.orchestra.run.smithi115.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-11T16:47:23.356 DEBUG:teuthology.orchestra.run.smithi115:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-11T16:47:23.451 DEBUG:teuthology.orchestra.remote:smithi195:/tmp/tmp.N6oIul22BM is 6KB 2024-02-11T16:47:23.499 DEBUG:teuthology.orchestra.run.smithi195:> rm -fr /tmp/tmp.N6oIul22BM 2024-02-11T16:47:23.517 DEBUG:teuthology.orchestra.run.smithi195:> sudo /bin/ls /boot/loader/entries || true 2024-02-11T16:47:23.526 DEBUG:teuthology.orchestra.run.smithi115:> sudo shutdown -r now 2024-02-11T16:47:23.590 INFO:teuthology.orchestra.run.smithi195.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-11T16:47:23.590 INFO:teuthology.orchestra.run.smithi195.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-11T16:47:23.590 INFO:teuthology.orchestra.run.smithi195.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-11T16:47:23.590 INFO:teuthology.orchestra.run.smithi195.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-11T16:47:23.591 DEBUG:teuthology.orchestra.run.smithi195:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-11T16:47:23.766 DEBUG:teuthology.orchestra.run.smithi195:> sudo shutdown -r now 2024-02-11T16:47:53.555 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-11T16:47:53.556 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:47:53.557 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:47:53.769 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-11T16:47:53.769 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-02-11T16:47:53.770 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:48:12.092 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.195 2024-02-11T16:48:21.100 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-02-11T16:48:21.101 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:48:24.156 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.195 2024-02-11T16:48:28.220 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-02-11T16:48:36.164 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-02-11T16:48:36.165 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:48:37.222 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:48:37.223 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:48:55.612 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-02-11T16:49:07.625 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:49:07.626 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:49:07.917 DEBUG:teuthology.orchestra.run.smithi115:> true 2024-02-11T16:49:08.185 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:49:08.186 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-536.el8.x86_64"... 2024-02-11T16:49:08.186 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2024-02-11T16:49:08.202 INFO:teuthology.orchestra.run.smithi115.stdout:4.18.0-536.el8.x86_64 2024-02-11T16:49:08.203 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-11T16:49:08.203 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-11T16:49:08.203 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-11T16:49:08.257 DEBUG:teuthology.orchestra.run.smithi195:> true 2024-02-11T16:49:08.790 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-02-11T16:49:08.791 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-536.el8.x86_64"... 2024-02-11T16:49:08.791 DEBUG:teuthology.orchestra.run.smithi195:> uname -r 2024-02-11T16:49:08.809 INFO:teuthology.orchestra.run.smithi195.stdout:4.18.0-536.el8.x86_64 2024-02-11T16:49:08.809 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-11T16:49:08.809 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-11T16:49:08.809 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-11T16:49:09.203 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-11T16:49:09.204 DEBUG:teuthology.orchestra.run.smithi115:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-11T16:49:09.309 INFO:teuthology.orchestra.run.smithi115.stdout:ttyS1 2024-02-11T16:49:09.321 DEBUG:teuthology.parallel:result is None 2024-02-11T16:49:09.810 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-11T16:49:09.810 DEBUG:teuthology.orchestra.run.smithi195:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-11T16:49:09.890 INFO:teuthology.orchestra.run.smithi195.stdout:ttyS1 2024-02-11T16:49:09.904 DEBUG:teuthology.parallel:result is None 2024-02-11T16:49:09.905 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-11T16:49:09.912 INFO:teuthology.task.internal:Creating test directory... 2024-02-11T16:49:09.912 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-11T16:49:09.914 DEBUG:teuthology.orchestra.run.smithi195:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-11T16:49:09.934 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-11T16:49:09.941 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-11T16:49:09.949 INFO:teuthology.task.internal:Creating archive directory... 2024-02-11T16:49:09.949 DEBUG:teuthology.orchestra.run.smithi115:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-11T16:49:09.975 DEBUG:teuthology.orchestra.run.smithi195:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-11T16:49:10.004 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-11T16:49:10.011 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-11T16:49:10.011 DEBUG:teuthology.orchestra.run.smithi115:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-11T16:49:10.048 DEBUG:teuthology.orchestra.run.smithi195:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-11T16:49:10.083 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T16:49:10.092 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T16:49:10.093 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T16:49:10.103 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T16:49:10.105 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-11T16:49:10.112 INFO:teuthology.task.internal:Configuring sudo... 2024-02-11T16:49:10.113 DEBUG:teuthology.orchestra.run.smithi115:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-11T16:49:10.141 DEBUG:teuthology.orchestra.run.smithi195:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-11T16:49:10.169 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-11T16:49:10.184 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-11T16:49:10.185 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-11T16:49:10.212 DEBUG:teuthology.orchestra.run.smithi195:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-11T16:49:10.230 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T16:49:10.316 DEBUG:teuthology.orchestra.run.smithi115:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T16:49:10.367 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T16:49:10.456 DEBUG:teuthology.orchestra.run.smithi115:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T16:49:10.499 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-11T16:49:10.499 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-11T16:49:10.570 DEBUG:teuthology.orchestra.run.smithi195:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T16:49:10.615 DEBUG:teuthology.orchestra.run.smithi195:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T16:49:10.669 DEBUG:teuthology.orchestra.run.smithi195:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T16:49:10.756 DEBUG:teuthology.orchestra.run.smithi195:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T16:49:10.797 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-02-11T16:49:10.797 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-11T16:49:10.863 DEBUG:teuthology.orchestra.run.smithi115:> sudo service rsyslog restart 2024-02-11T16:49:10.865 DEBUG:teuthology.orchestra.run.smithi195:> sudo service rsyslog restart 2024-02-11T16:49:10.928 INFO:teuthology.orchestra.run.smithi115.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-11T16:49:10.966 INFO:teuthology.orchestra.run.smithi195.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-11T16:49:11.439 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-11T16:49:11.447 INFO:teuthology.task.internal:Starting timer... 2024-02-11T16:49:11.447 INFO:teuthology.run_tasks:Running task pcp... 2024-02-11T16:49:11.457 INFO:teuthology.run_tasks:Running task selinux... 2024-02-11T16:49:11.468 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-11T16:49:11.469 DEBUG:teuthology.orchestra.run.smithi115:> sudo service auditd rotate 2024-02-11T16:49:11.538 INFO:teuthology.orchestra.run.smithi115.stdout:Rotating logs: 2024-02-11T16:49:11.540 DEBUG:teuthology.orchestra.run.smithi195:> sudo service auditd rotate 2024-02-11T16:49:11.625 INFO:teuthology.orchestra.run.smithi195.stdout:Rotating logs: 2024-02-11T16:49:11.626 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-11T16:49:11.627 DEBUG:teuthology.orchestra.run.smithi115:> /usr/sbin/getenforce 2024-02-11T16:49:11.649 INFO:teuthology.orchestra.run.smithi115.stdout:Permissive 2024-02-11T16:49:11.649 DEBUG:teuthology.orchestra.run.smithi195:> /usr/sbin/getenforce 2024-02-11T16:49:11.672 INFO:teuthology.orchestra.run.smithi195.stdout:Permissive 2024-02-11T16:49:11.675 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi115.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi195.front.sepia.ceph.com': 'permissive'} 2024-02-11T16:49:11.675 DEBUG:teuthology.orchestra.run.smithi115:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-11T16:49:11.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T16:49:11.717 DEBUG:teuthology.orchestra.run.smithi195:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-11T16:49:11.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T16:49:11.745 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-11T16:49:11.745 DEBUG:teuthology.orchestra.run.smithi115:> sudo /usr/sbin/setenforce permissive 2024-02-11T16:49:11.799 DEBUG:teuthology.orchestra.run.smithi195:> sudo /usr/sbin/setenforce permissive 2024-02-11T16:49:11.829 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-11T16:49:11.839 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-11T16:49:11.856 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-11T16:49:11.857 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi115.front.sepia.ceph.com,smithi195.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-11T16:54:58.176 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi115.front.sepia.ceph.com'), Remote(name='ubuntu@smithi195.front.sepia.ceph.com')] 2024-02-11T16:54:58.178 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:54:58.179 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:54:58.256 DEBUG:teuthology.orchestra.run.smithi115:> true 2024-02-11T16:54:58.327 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:54:58.328 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-02-11T16:54:58.328 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:54:58.399 DEBUG:teuthology.orchestra.run.smithi195:> true 2024-02-11T16:54:58.467 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-02-11T16:54:58.467 INFO:teuthology.run_tasks:Running task clock... 2024-02-11T16:54:58.478 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-11T16:54:58.478 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-11T16:54:58.479 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-11T16:54:58.481 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-11T16:54:58.481 DEBUG:teuthology.orchestra.run.smithi195:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-11T16:54:58.511 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-11T16:54:58.525 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-11T16:54:58.540 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-11T16:54:58.554 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-11T16:54:58.587 INFO:teuthology.orchestra.run.smithi115.stderr:sudo: ntpd: command not found 2024-02-11T16:54:58.597 INFO:teuthology.orchestra.run.smithi115.stdout:506 Cannot talk to daemon 2024-02-11T16:54:58.611 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-11T16:54:58.617 INFO:teuthology.orchestra.run.smithi195.stderr:sudo: ntpd: command not found 2024-02-11T16:54:58.624 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-11T16:54:58.628 INFO:teuthology.orchestra.run.smithi195.stdout:506 Cannot talk to daemon 2024-02-11T16:54:58.641 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-11T16:54:58.655 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-11T16:54:58.697 INFO:teuthology.orchestra.run.smithi115.stderr:bash: ntpq: command not found 2024-02-11T16:54:58.700 INFO:teuthology.orchestra.run.smithi115.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-11T16:54:58.700 INFO:teuthology.orchestra.run.smithi115.stdout:=============================================================================== 2024-02-11T16:54:58.700 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:54:58.700 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:54:58.700 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:54:58.701 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:54:58.726 INFO:teuthology.orchestra.run.smithi195.stderr:bash: ntpq: command not found 2024-02-11T16:54:58.729 INFO:teuthology.orchestra.run.smithi195.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-11T16:54:58.729 INFO:teuthology.orchestra.run.smithi195.stdout:=============================================================================== 2024-02-11T16:54:58.730 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:54:58.730 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:54:58.730 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:54:58.730 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:54:58.731 INFO:teuthology.run_tasks:Running task pexec... 2024-02-11T16:54:58.740 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-11T16:54:58.740 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi115.front.sepia.ceph.com 2024-02-11T16:54:58.740 DEBUG:teuthology.orchestra.run.smithi115:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-11T16:54:58.741 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi195.front.sepia.ceph.com 2024-02-11T16:54:58.741 DEBUG:teuthology.orchestra.run.smithi195:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-11T16:54:59.522 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:20 ago on Sun 11 Feb 2024 04:53:39 PM UTC. 2024-02-11T16:54:59.557 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:20 ago on Sun 11 Feb 2024 04:53:39 PM UTC. 2024-02-11T16:55:01.470 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-02-11T16:55:01.471 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-02-11T16:55:01.471 INFO:teuthology.orchestra.run.smithi115.stdout: Package Architecture Version Repository Size 2024-02-11T16:55:01.471 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-02-11T16:55:01.471 INFO:teuthology.orchestra.run.smithi115.stdout:Resetting modules: 2024-02-11T16:55:01.471 INFO:teuthology.orchestra.run.smithi115.stdout: container-tools 2024-02-11T16:55:01.471 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:55:01.471 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-02-11T16:55:01.471 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-02-11T16:55:01.471 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:55:01.539 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-02-11T16:55:01.540 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-02-11T16:55:01.540 INFO:teuthology.orchestra.run.smithi195.stdout: Package Architecture Version Repository Size 2024-02-11T16:55:01.540 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-02-11T16:55:01.540 INFO:teuthology.orchestra.run.smithi195.stdout:Resetting modules: 2024-02-11T16:55:01.540 INFO:teuthology.orchestra.run.smithi195.stdout: container-tools 2024-02-11T16:55:01.540 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-02-11T16:55:01.540 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-02-11T16:55:01.540 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-02-11T16:55:01.541 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-02-11T16:55:01.721 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-02-11T16:55:01.790 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-02-11T16:55:02.591 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:23 ago on Sun 11 Feb 2024 04:53:39 PM UTC. 2024-02-11T16:55:02.640 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:23 ago on Sun 11 Feb 2024 04:53:39 PM UTC. 2024-02-11T16:55:04.583 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-02-11T16:55:04.609 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-02-11T16:55:04.617 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-02-11T16:55:04.618 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repository Size 2024-02-11T16:55:04.618 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-02-11T16:55:04.618 INFO:teuthology.orchestra.run.smithi115.stdout:Installing group/module packages: 2024-02-11T16:55:04.618 INFO:teuthology.orchestra.run.smithi115.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-11T16:55:04.618 INFO:teuthology.orchestra.run.smithi115.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-11T16:55:04.618 INFO:teuthology.orchestra.run.smithi115.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-11T16:55:04.618 INFO:teuthology.orchestra.run.smithi115.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-11T16:55:04.618 INFO:teuthology.orchestra.run.smithi115.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-11T16:55:04.618 INFO:teuthology.orchestra.run.smithi115.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-11T16:55:04.618 INFO:teuthology.orchestra.run.smithi115.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-11T16:55:04.618 INFO:teuthology.orchestra.run.smithi115.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-11T16:55:04.618 INFO:teuthology.orchestra.run.smithi115.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-11T16:55:04.618 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2024-02-11T16:55:04.618 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-11T16:55:04.618 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-11T16:55:04.619 INFO:teuthology.orchestra.run.smithi115.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-11T16:55:04.619 INFO:teuthology.orchestra.run.smithi115.stdout:Installing weak dependencies: 2024-02-11T16:55:04.619 INFO:teuthology.orchestra.run.smithi115.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-11T16:55:04.619 INFO:teuthology.orchestra.run.smithi115.stdout:Installing module profiles: 2024-02-11T16:55:04.619 INFO:teuthology.orchestra.run.smithi115.stdout: container-tools/common 2024-02-11T16:55:04.619 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:55:04.619 INFO:teuthology.orchestra.run.smithi115.stdout:Enabling module streams: 2024-02-11T16:55:04.619 INFO:teuthology.orchestra.run.smithi115.stdout: container-tools rhel8 2024-02-11T16:55:04.619 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:55:04.619 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-02-11T16:55:04.619 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-02-11T16:55:04.619 INFO:teuthology.orchestra.run.smithi115.stdout:Install 13 Packages 2024-02-11T16:55:04.619 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:55:04.620 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 27 M 2024-02-11T16:55:04.620 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 91 M 2024-02-11T16:55:04.620 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-02-11T16:55:04.645 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-02-11T16:55:04.645 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-02-11T16:55:04.645 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-02-11T16:55:04.645 INFO:teuthology.orchestra.run.smithi195.stdout:Installing group/module packages: 2024-02-11T16:55:04.645 INFO:teuthology.orchestra.run.smithi195.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-11T16:55:04.646 INFO:teuthology.orchestra.run.smithi195.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-11T16:55:04.646 INFO:teuthology.orchestra.run.smithi195.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-11T16:55:04.646 INFO:teuthology.orchestra.run.smithi195.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-11T16:55:04.646 INFO:teuthology.orchestra.run.smithi195.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-11T16:55:04.646 INFO:teuthology.orchestra.run.smithi195.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-11T16:55:04.646 INFO:teuthology.orchestra.run.smithi195.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-11T16:55:04.646 INFO:teuthology.orchestra.run.smithi195.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-11T16:55:04.646 INFO:teuthology.orchestra.run.smithi195.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-11T16:55:04.646 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-02-11T16:55:04.646 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-11T16:55:04.646 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-11T16:55:04.646 INFO:teuthology.orchestra.run.smithi195.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-11T16:55:04.646 INFO:teuthology.orchestra.run.smithi195.stdout:Installing weak dependencies: 2024-02-11T16:55:04.646 INFO:teuthology.orchestra.run.smithi195.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-11T16:55:04.647 INFO:teuthology.orchestra.run.smithi195.stdout:Installing module profiles: 2024-02-11T16:55:04.647 INFO:teuthology.orchestra.run.smithi195.stdout: container-tools/common 2024-02-11T16:55:04.647 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-02-11T16:55:04.647 INFO:teuthology.orchestra.run.smithi195.stdout:Enabling module streams: 2024-02-11T16:55:04.647 INFO:teuthology.orchestra.run.smithi195.stdout: container-tools rhel8 2024-02-11T16:55:04.647 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-02-11T16:55:04.647 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-02-11T16:55:04.647 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-02-11T16:55:04.647 INFO:teuthology.orchestra.run.smithi195.stdout:Install 13 Packages 2024-02-11T16:55:04.647 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-02-11T16:55:04.648 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 27 M 2024-02-11T16:55:04.648 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 91 M 2024-02-11T16:55:04.648 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-02-11T16:55:05.972 INFO:teuthology.orchestra.run.smithi195.stdout:(1/13): cockpit-podman-82-1.module_el8+804+f131 6.2 MB/s | 759 kB 00:00 2024-02-11T16:55:06.006 INFO:teuthology.orchestra.run.smithi195.stdout:(2/13): aardvark-dns-1.9.0-1.module_el8+804+f13 6.5 MB/s | 1.0 MB 00:00 2024-02-11T16:55:06.031 INFO:teuthology.orchestra.run.smithi195.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 647 kB/s | 38 kB 00:00 2024-02-11T16:55:06.056 INFO:teuthology.orchestra.run.smithi195.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 4.8 MB/s | 248 kB 00:00 2024-02-11T16:55:06.148 INFO:teuthology.orchestra.run.smithi195.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 1.9 MB/s | 179 kB 00:00 2024-02-11T16:55:06.182 INFO:teuthology.orchestra.run.smithi195.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 749 kB/s | 25 kB 00:00 2024-02-11T16:55:06.241 INFO:teuthology.orchestra.run.smithi195.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2024-02-11T16:55:06.299 INFO:teuthology.orchestra.run.smithi195.stdout:(8/13): netavark-1.9.0-1.module_el8+804+f131391 15 MB/s | 4.0 MB 00:00 2024-02-11T16:55:06.416 INFO:teuthology.orchestra.run.smithi195.stdout:(9/13): buildah-1.34.0-1.module_el8+804+f131391 17 MB/s | 9.7 MB 00:00 2024-02-11T16:55:06.450 INFO:teuthology.orchestra.run.smithi195.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 1.6 MB/s | 53 kB 00:00 2024-02-11T16:55:06.536 INFO:teuthology.orchestra.run.smithi195.stdout:(11/13): toolbox-0.0.99.4-8.module_el8+804+f131 11 MB/s | 2.5 MB 00:00 2024-02-11T16:55:06.567 INFO:teuthology.orchestra.run.smithi195.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 351 kB/s | 41 kB 00:00 2024-02-11T16:55:06.684 INFO:teuthology.orchestra.run.smithi195.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 20 MB/s | 8.8 MB 00:00 2024-02-11T16:55:06.684 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-02-11T16:55:06.684 INFO:teuthology.orchestra.run.smithi195.stdout:Total 13 MB/s | 27 MB 00:02 2024-02-11T16:55:06.918 INFO:teuthology.orchestra.run.smithi115.stdout:(1/13): aardvark-dns-1.9.0-1.module_el8+804+f13 11 MB/s | 1.0 MB 00:00 2024-02-11T16:55:06.951 INFO:teuthology.orchestra.run.smithi115.stdout:(2/13): cockpit-podman-82-1.module_el8+804+f131 5.9 MB/s | 759 kB 00:00 2024-02-11T16:55:06.956 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-02-11T16:55:06.977 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-02-11T16:55:06.978 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-02-11T16:55:07.002 INFO:teuthology.orchestra.run.smithi115.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 454 kB/s | 38 kB 00:00 2024-02-11T16:55:07.027 INFO:teuthology.orchestra.run.smithi115.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 3.2 MB/s | 248 kB 00:00 2024-02-11T16:55:07.061 INFO:teuthology.orchestra.run.smithi115.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 5.3 MB/s | 179 kB 00:00 2024-02-11T16:55:07.094 INFO:teuthology.orchestra.run.smithi115.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 750 kB/s | 25 kB 00:00 2024-02-11T16:55:07.128 INFO:teuthology.orchestra.run.smithi115.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.8 MB/s | 94 kB 00:00 2024-02-11T16:55:07.187 INFO:teuthology.orchestra.run.smithi115.stdout:(8/13): netavark-1.9.0-1.module_el8+804+f131391 21 MB/s | 4.0 MB 00:00 2024-02-11T16:55:07.240 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-02-11T16:55:07.243 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-02-11T16:55:07.262 INFO:teuthology.orchestra.run.smithi115.stdout:(9/13): toolbox-0.0.99.4-8.module_el8+804+f1313 34 MB/s | 2.5 MB 00:00 2024-02-11T16:55:07.371 INFO:teuthology.orchestra.run.smithi115.stdout:(10/13): buildah-1.34.0-1.module_el8+804+f13139 18 MB/s | 9.7 MB 00:00 2024-02-11T16:55:07.413 INFO:teuthology.orchestra.run.smithi115.stdout:(11/13): udica-0.2.6-20.module_el8+804+f131391c 350 kB/s | 53 kB 00:00 2024-02-11T16:55:07.437 INFO:teuthology.orchestra.run.smithi115.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 615 kB/s | 41 kB 00:00 2024-02-11T16:55:07.554 INFO:teuthology.orchestra.run.smithi115.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 21 MB/s | 8.8 MB 00:00 2024-02-11T16:55:07.555 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-02-11T16:55:07.555 INFO:teuthology.orchestra.run.smithi115.stdout:Total 9.3 MB/s | 27 MB 00:02 2024-02-11T16:55:07.831 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-02-11T16:55:07.852 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-02-11T16:55:07.852 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-02-11T16:55:07.981 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-02-11T16:55:08.115 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-02-11T16:55:08.118 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-02-11T16:55:08.229 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-11T16:55:08.416 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-11T16:55:08.636 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-11T16:55:08.822 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-02-11T16:55:08.888 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-11T16:55:09.046 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-11T16:55:09.200 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-11T16:55:09.368 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-11T16:55:09.436 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-11T16:55:09.610 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-11T16:55:10.127 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-11T16:55:10.439 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-11T16:55:10.727 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-11T16:55:10.924 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-11T16:55:11.138 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-11T16:55:11.186 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-11T16:55:11.372 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-11T16:55:11.618 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-11T16:55:11.646 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-11T16:55:11.895 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-11T16:55:12.316 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-11T16:55:12.626 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-11T16:55:12.862 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-11T16:55:13.098 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-11T16:55:13.242 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-11T16:55:13.446 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-11T16:55:13.525 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-11T16:55:13.525 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-11T16:55:13.525 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-11T16:55:13.525 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-11T16:55:13.525 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-11T16:55:13.526 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-11T16:55:13.526 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-11T16:55:13.526 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-11T16:55:13.526 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-11T16:55:13.526 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-11T16:55:13.526 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-11T16:55:13.526 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-11T16:55:13.526 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-11T16:55:13.615 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-11T16:55:14.071 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-11T16:55:14.071 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-11T16:55:14.071 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-11T16:55:14.071 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-11T16:55:14.071 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-11T16:55:14.071 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-11T16:55:14.072 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-11T16:55:14.072 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-11T16:55:14.072 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-11T16:55:14.072 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-11T16:55:14.072 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-11T16:55:14.072 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-11T16:55:14.072 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-11T16:55:14.091 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-11T16:55:14.091 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-02-11T16:55:14.091 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-02-11T16:55:14.091 INFO:teuthology.orchestra.run.smithi195.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-11T16:55:14.091 INFO:teuthology.orchestra.run.smithi195.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-11T16:55:14.091 INFO:teuthology.orchestra.run.smithi195.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-11T16:55:14.091 INFO:teuthology.orchestra.run.smithi195.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-11T16:55:14.092 INFO:teuthology.orchestra.run.smithi195.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-11T16:55:14.092 INFO:teuthology.orchestra.run.smithi195.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-11T16:55:14.092 INFO:teuthology.orchestra.run.smithi195.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-11T16:55:14.092 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-11T16:55:14.092 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-11T16:55:14.092 INFO:teuthology.orchestra.run.smithi195.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-11T16:55:14.092 INFO:teuthology.orchestra.run.smithi195.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-11T16:55:14.092 INFO:teuthology.orchestra.run.smithi195.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-11T16:55:14.092 INFO:teuthology.orchestra.run.smithi195.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-11T16:55:14.092 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-02-11T16:55:14.092 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-02-11T16:55:14.365 DEBUG:teuthology.parallel:result is None 2024-02-11T16:55:14.620 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-11T16:55:14.620 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:55:14.620 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-02-11T16:55:14.620 INFO:teuthology.orchestra.run.smithi115.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-11T16:55:14.620 INFO:teuthology.orchestra.run.smithi115.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-11T16:55:14.620 INFO:teuthology.orchestra.run.smithi115.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-11T16:55:14.620 INFO:teuthology.orchestra.run.smithi115.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-11T16:55:14.620 INFO:teuthology.orchestra.run.smithi115.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-11T16:55:14.620 INFO:teuthology.orchestra.run.smithi115.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-11T16:55:14.620 INFO:teuthology.orchestra.run.smithi115.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-11T16:55:14.620 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-11T16:55:14.621 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-11T16:55:14.621 INFO:teuthology.orchestra.run.smithi115.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-11T16:55:14.621 INFO:teuthology.orchestra.run.smithi115.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-11T16:55:14.621 INFO:teuthology.orchestra.run.smithi115.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-11T16:55:14.621 INFO:teuthology.orchestra.run.smithi115.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-11T16:55:14.621 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:55:14.621 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-02-11T16:55:14.909 DEBUG:teuthology.parallel:result is None 2024-02-11T16:55:14.909 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-11T16:55:14.923 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-11T16:55:14.923 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-11T16:55:14.923 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/scratch_devs of=/dev/stdout 2024-02-11T16:55:14.941 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-11T16:55:14.941 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_1 2024-02-11T16:55:14.998 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-11T16:55:14.998 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:55:14.998 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 6h/6d Inode: 169207 Links: 1 2024-02-11T16:55:14.999 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:55:14.999 INFO:teuthology.orchestra.run.smithi115.stdout:Context: system_u:object_r:device_t:s0 2024-02-11T16:55:14.999 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-02-11 16:55:13.791097895 +0000 2024-02-11T16:55:14.999 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-02-11 16:54:28.175274236 +0000 2024-02-11T16:55:14.999 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-02-11 16:54:28.175274236 +0000 2024-02-11T16:55:14.999 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-02-11T16:55:14.999 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-11T16:55:15.064 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-02-11T16:55:15.064 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-02-11T16:55:15.065 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000254547 s, 2.0 MB/s 2024-02-11T16:55:15.066 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-11T16:55:15.125 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_2 2024-02-11T16:55:15.182 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-11T16:55:15.183 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:55:15.183 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 6h/6d Inode: 167533 Links: 1 2024-02-11T16:55:15.183 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:55:15.183 INFO:teuthology.orchestra.run.smithi115.stdout:Context: system_u:object_r:device_t:s0 2024-02-11T16:55:15.183 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-02-11 16:55:13.791097895 +0000 2024-02-11T16:55:15.183 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-02-11 16:54:28.515267515 +0000 2024-02-11T16:55:15.183 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-02-11 16:54:28.515267515 +0000 2024-02-11T16:55:15.183 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-02-11T16:55:15.183 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-11T16:55:15.248 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-02-11T16:55:15.248 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-02-11T16:55:15.248 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000239437 s, 2.1 MB/s 2024-02-11T16:55:15.249 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-11T16:55:15.309 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_3 2024-02-11T16:55:15.366 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-11T16:55:15.366 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:55:15.366 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 6h/6d Inode: 167596 Links: 1 2024-02-11T16:55:15.366 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:55:15.366 INFO:teuthology.orchestra.run.smithi115.stdout:Context: system_u:object_r:device_t:s0 2024-02-11T16:55:15.366 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-02-11 16:55:13.791097895 +0000 2024-02-11T16:55:15.366 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-02-11 16:54:28.860260695 +0000 2024-02-11T16:55:15.366 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-02-11 16:54:28.860260695 +0000 2024-02-11T16:55:15.366 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-02-11T16:55:15.367 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-11T16:55:15.430 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-02-11T16:55:15.430 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-02-11T16:55:15.430 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000180069 s, 2.8 MB/s 2024-02-11T16:55:15.431 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-11T16:55:15.490 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_4 2024-02-11T16:55:15.549 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-11T16:55:15.549 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:55:15.549 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 6h/6d Inode: 166629 Links: 1 2024-02-11T16:55:15.549 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:55:15.549 INFO:teuthology.orchestra.run.smithi115.stdout:Context: system_u:object_r:device_t:s0 2024-02-11T16:55:15.549 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-02-11 16:55:13.791097895 +0000 2024-02-11T16:55:15.549 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-02-11 16:54:29.188254211 +0000 2024-02-11T16:55:15.549 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-02-11 16:54:29.188254211 +0000 2024-02-11T16:55:15.549 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-02-11T16:55:15.549 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-11T16:55:15.614 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-02-11T16:55:15.614 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-02-11T16:55:15.614 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000227779 s, 2.2 MB/s 2024-02-11T16:55:15.615 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-11T16:55:15.673 DEBUG:teuthology.orchestra.run.smithi115:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-11T16:55:15.785 INFO:teuthology.orchestra.run.smithi115.stdout:loop 2024-02-11T16:55:15.787 INFO:tasks.nvme_loop:Connecting nvme_loop smithi115:/dev/vg_nvme/lv_1... 2024-02-11T16:55:15.787 DEBUG:teuthology.orchestra.run.smithi115:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-11T16:55:15.821 INFO:teuthology.orchestra.run.smithi115.stdout:1 2024-02-11T16:55:15.853 INFO:teuthology.orchestra.run.smithi115.stdout:/dev/vg_nvme/lv_11 2024-02-11T16:55:15.891 INFO:tasks.nvme_loop:Connecting nvme_loop smithi115:/dev/vg_nvme/lv_2... 2024-02-11T16:55:15.891 DEBUG:teuthology.orchestra.run.smithi115:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-11T16:55:15.971 INFO:teuthology.orchestra.run.smithi115.stdout:1 2024-02-11T16:55:16.004 INFO:teuthology.orchestra.run.smithi115.stdout:/dev/vg_nvme/lv_21 2024-02-11T16:55:16.041 INFO:tasks.nvme_loop:Connecting nvme_loop smithi115:/dev/vg_nvme/lv_3... 2024-02-11T16:55:16.041 DEBUG:teuthology.orchestra.run.smithi115:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-11T16:55:16.116 INFO:teuthology.orchestra.run.smithi115.stdout:1 2024-02-11T16:55:16.149 INFO:teuthology.orchestra.run.smithi115.stdout:/dev/vg_nvme/lv_31 2024-02-11T16:55:16.186 INFO:tasks.nvme_loop:Connecting nvme_loop smithi115:/dev/vg_nvme/lv_4... 2024-02-11T16:55:16.186 DEBUG:teuthology.orchestra.run.smithi115:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-11T16:55:16.261 INFO:teuthology.orchestra.run.smithi115.stdout:1 2024-02-11T16:55:16.293 INFO:teuthology.orchestra.run.smithi115.stdout:/dev/vg_nvme/lv_41 2024-02-11T16:55:16.330 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-11T16:55:16.330 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/scratch_devs of=/dev/stdout 2024-02-11T16:55:16.389 DEBUG:teuthology.orchestra.run.smithi115:> sudo nvme list 2024-02-11T16:55:16.453 INFO:teuthology.orchestra.run.smithi115.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-11T16:55:16.453 INFO:teuthology.orchestra.run.smithi115.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-11T16:55:16.453 INFO:teuthology.orchestra.run.smithi115.stdout:/dev/nvme0n1 PHFT620400UU400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-11T16:55:16.453 INFO:teuthology.orchestra.run.smithi115.stdout:/dev/nvme1n1 6ba07a58976762310a24 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-11T16:55:16.453 INFO:teuthology.orchestra.run.smithi115.stdout:/dev/nvme2n1 18fe27cbd1561cc3d74d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-11T16:55:16.453 INFO:teuthology.orchestra.run.smithi115.stdout:/dev/nvme3n1 5908441b268f4e8d0cb5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-11T16:55:16.453 INFO:teuthology.orchestra.run.smithi115.stdout:/dev/nvme4n1 a51c7ff4056ea55ae890 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-11T16:55:16.454 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-11T16:55:16.454 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-11T16:55:16.455 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/scratch_devs 2024-02-11T16:55:16.521 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-02-11T16:55:16.521 DEBUG:teuthology.orchestra.run.smithi195:> dd if=/scratch_devs of=/dev/stdout 2024-02-11T16:55:16.543 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-11T16:55:16.544 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/vg_nvme/lv_1 2024-02-11T16:55:16.604 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-11T16:55:16.604 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:55:16.604 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 6h/6d Inode: 165699 Links: 1 2024-02-11T16:55:16.604 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:55:16.604 INFO:teuthology.orchestra.run.smithi195.stdout:Context: system_u:object_r:device_t:s0 2024-02-11T16:55:16.604 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2024-02-11 16:55:13.245709538 +0000 2024-02-11T16:55:16.604 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2024-02-11 16:54:28.171697146 +0000 2024-02-11T16:55:16.604 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2024-02-11 16:54:28.171697146 +0000 2024-02-11T16:55:16.605 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: - 2024-02-11T16:55:16.605 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-11T16:55:16.673 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2024-02-11T16:55:16.673 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2024-02-11T16:55:16.673 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 0.000123646 s, 4.1 MB/s 2024-02-11T16:55:16.674 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-11T16:55:16.736 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/vg_nvme/lv_2 2024-02-11T16:55:16.794 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-11T16:55:16.794 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:55:16.795 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 6h/6d Inode: 160580 Links: 1 2024-02-11T16:55:16.795 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:55:16.795 INFO:teuthology.orchestra.run.smithi195.stdout:Context: system_u:object_r:device_t:s0 2024-02-11T16:55:16.795 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2024-02-11 16:55:13.245709538 +0000 2024-02-11T16:55:16.795 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2024-02-11 16:54:28.509690799 +0000 2024-02-11T16:55:16.795 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2024-02-11 16:54:28.509690799 +0000 2024-02-11T16:55:16.795 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: - 2024-02-11T16:55:16.795 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-11T16:55:16.862 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2024-02-11T16:55:16.862 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2024-02-11T16:55:16.862 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 0.000111196 s, 4.6 MB/s 2024-02-11T16:55:16.863 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-11T16:55:16.923 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/vg_nvme/lv_3 2024-02-11T16:55:16.982 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-11T16:55:16.983 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:55:16.983 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 6h/6d Inode: 160660 Links: 1 2024-02-11T16:55:16.983 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:55:16.983 INFO:teuthology.orchestra.run.smithi195.stdout:Context: system_u:object_r:device_t:s0 2024-02-11T16:55:16.983 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2024-02-11 16:55:13.245709538 +0000 2024-02-11T16:55:16.983 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2024-02-11 16:54:28.843684527 +0000 2024-02-11T16:55:16.983 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2024-02-11 16:54:28.843684527 +0000 2024-02-11T16:55:16.983 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: - 2024-02-11T16:55:16.983 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-11T16:55:17.049 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2024-02-11T16:55:17.049 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2024-02-11T16:55:17.049 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 0.000108179 s, 4.7 MB/s 2024-02-11T16:55:17.050 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-11T16:55:17.110 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/vg_nvme/lv_4 2024-02-11T16:55:17.169 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-11T16:55:17.169 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:55:17.169 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 6h/6d Inode: 168224 Links: 1 2024-02-11T16:55:17.169 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:55:17.169 INFO:teuthology.orchestra.run.smithi195.stdout:Context: system_u:object_r:device_t:s0 2024-02-11T16:55:17.169 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2024-02-11 16:55:13.245709538 +0000 2024-02-11T16:55:17.169 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2024-02-11 16:54:29.180678199 +0000 2024-02-11T16:55:17.169 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2024-02-11 16:54:29.180678199 +0000 2024-02-11T16:55:17.169 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: - 2024-02-11T16:55:17.170 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-11T16:55:17.234 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2024-02-11T16:55:17.234 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2024-02-11T16:55:17.235 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 8.393e-05 s, 6.1 MB/s 2024-02-11T16:55:17.236 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-11T16:55:17.294 DEBUG:teuthology.orchestra.run.smithi195:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-11T16:55:17.405 INFO:teuthology.orchestra.run.smithi195.stdout:loop 2024-02-11T16:55:17.406 INFO:tasks.nvme_loop:Connecting nvme_loop smithi195:/dev/vg_nvme/lv_1... 2024-02-11T16:55:17.407 DEBUG:teuthology.orchestra.run.smithi195:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-11T16:55:17.441 INFO:teuthology.orchestra.run.smithi195.stdout:1 2024-02-11T16:55:17.474 INFO:teuthology.orchestra.run.smithi195.stdout:/dev/vg_nvme/lv_11 2024-02-11T16:55:17.512 INFO:tasks.nvme_loop:Connecting nvme_loop smithi195:/dev/vg_nvme/lv_2... 2024-02-11T16:55:17.512 DEBUG:teuthology.orchestra.run.smithi195:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-11T16:55:17.589 INFO:teuthology.orchestra.run.smithi195.stdout:1 2024-02-11T16:55:17.622 INFO:teuthology.orchestra.run.smithi195.stdout:/dev/vg_nvme/lv_21 2024-02-11T16:55:17.658 INFO:tasks.nvme_loop:Connecting nvme_loop smithi195:/dev/vg_nvme/lv_3... 2024-02-11T16:55:17.658 DEBUG:teuthology.orchestra.run.smithi195:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-11T16:55:17.733 INFO:teuthology.orchestra.run.smithi195.stdout:1 2024-02-11T16:55:17.766 INFO:teuthology.orchestra.run.smithi195.stdout:/dev/vg_nvme/lv_31 2024-02-11T16:55:17.803 INFO:tasks.nvme_loop:Connecting nvme_loop smithi195:/dev/vg_nvme/lv_4... 2024-02-11T16:55:17.803 DEBUG:teuthology.orchestra.run.smithi195:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-11T16:55:17.878 INFO:teuthology.orchestra.run.smithi195.stdout:1 2024-02-11T16:55:17.911 INFO:teuthology.orchestra.run.smithi195.stdout:/dev/vg_nvme/lv_41 2024-02-11T16:55:17.948 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-02-11T16:55:17.948 DEBUG:teuthology.orchestra.run.smithi195:> dd if=/scratch_devs of=/dev/stdout 2024-02-11T16:55:18.008 DEBUG:teuthology.orchestra.run.smithi195:> sudo nvme list 2024-02-11T16:55:18.074 INFO:teuthology.orchestra.run.smithi195.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-11T16:55:18.074 INFO:teuthology.orchestra.run.smithi195.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-11T16:55:18.074 INFO:teuthology.orchestra.run.smithi195.stdout:/dev/nvme0n1 PHMB751300FS480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-02-11T16:55:18.074 INFO:teuthology.orchestra.run.smithi195.stdout:/dev/nvme1n1 f20f5e389f1e0e1186e6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-11T16:55:18.074 INFO:teuthology.orchestra.run.smithi195.stdout:/dev/nvme2n1 8f6453ef3c0641cd853a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-11T16:55:18.074 INFO:teuthology.orchestra.run.smithi195.stdout:/dev/nvme3n1 d43959ab02bece36e70d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-11T16:55:18.074 INFO:teuthology.orchestra.run.smithi195.stdout:/dev/nvme4n1 fb1975ae3770af5a367f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-11T16:55:18.075 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-11T16:55:18.075 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-02-11T16:55:18.075 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/scratch_devs 2024-02-11T16:55:18.141 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-11T16:55:18.214 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': '5db25abe00e218b6920215c0bef70af7e47c7152'} 2024-02-11T16:55:18.214 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 2024-02-11T16:55:18.214 INFO:tasks.cephadm:Cluster fsid is 55d221fe-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:55:18.214 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-11T16:55:18.215 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-11T16:55:18.215 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi115': '172.21.15.115', 'mon.smithi195': '172.21.15.195'} 2024-02-11T16:55:18.215 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-11T16:55:18.215 DEBUG:teuthology.orchestra.run.smithi115:> sudo hostname $(hostname -s) 2024-02-11T16:55:18.248 DEBUG:teuthology.orchestra.run.smithi195:> sudo hostname $(hostname -s) 2024-02-11T16:55:18.274 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 5db25abe00e218b6920215c0bef70af7e47c7152)... 2024-02-11T16:55:18.275 DEBUG:teuthology.orchestra.run.smithi115:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/5db25abe00e218b6920215c0bef70af7e47c7152/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-11T16:55:18.428 INFO:teuthology.orchestra.run.smithi115.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 11 16:55 /home/ubuntu/cephtest/cephadm 2024-02-11T16:55:18.429 DEBUG:teuthology.orchestra.run.smithi195:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/5db25abe00e218b6920215c0bef70af7e47c7152/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-11T16:55:18.631 INFO:teuthology.orchestra.run.smithi195.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 11 16:55 /home/ubuntu/cephtest/cephadm 2024-02-11T16:55:18.631 DEBUG:teuthology.orchestra.run.smithi115:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-11T16:55:18.654 DEBUG:teuthology.orchestra.run.smithi195:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-11T16:55:18.680 DEBUG:teuthology.orchestra.run.smithi115:> sudo mkdir -p /etc/ceph 2024-02-11T16:55:18.724 DEBUG:teuthology.orchestra.run.smithi195:> sudo mkdir -p /etc/ceph 2024-02-11T16:55:18.751 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 777 /etc/ceph 2024-02-11T16:55:18.794 DEBUG:teuthology.orchestra.run.smithi195:> sudo chmod 777 /etc/ceph 2024-02-11T16:55:18.820 INFO:tasks.cephadm:Writing seed config... 2024-02-11T16:55:18.821 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-11T16:55:18.821 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-11T16:55:18.821 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-11T16:55:18.821 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-11T16:55:18.821 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-11T16:55:18.821 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-11T16:55:18.821 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-11T16:55:18.821 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-11T16:55:18.822 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-11T16:55:18.822 DEBUG:teuthology.orchestra.run.smithi115:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-11T16:55:18.853 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 = 55d221fe-c8fe-11ee-95b9-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-11T16:55:18.853 DEBUG:teuthology.orchestra.run.smithi115:mon.smithi115> sudo journalctl -f -n 0 -u ceph-55d221fe-c8fe-11ee-95b9-87774f69a715@mon.smithi115.service 2024-02-11T16:55:18.895 INFO:tasks.cephadm:Bootstrapping... 2024-02-11T16:55:18.896 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 -v bootstrap --fsid 55d221fe-c8fe-11ee-95b9-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.115 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-11T16:55:18.923 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:-- Logs begin at Sun 2024-02-11 16:48:51 UTC. -- 2024-02-11T16:55:19.214 INFO:teuthology.orchestra.run.smithi115.stderr:-------------------------------------------------------------------------------- 2024-02-11T16:55:19.214 INFO:teuthology.orchestra.run.smithi115.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152', '-v', 'bootstrap', '--fsid', '55d221fe-c8fe-11ee-95b9-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.115', '--skip-admin-label'] 2024-02-11T16:55:20.858 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: 4.8.3 2024-02-11T16:55:20.869 INFO:teuthology.orchestra.run.smithi115.stderr:Verifying podman|docker is present... 2024-02-11T16:55:20.892 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: 4.8.3 2024-02-11T16:55:20.902 INFO:teuthology.orchestra.run.smithi115.stderr:Verifying lvm2 is present... 2024-02-11T16:55:20.902 INFO:teuthology.orchestra.run.smithi115.stderr:Verifying time synchronization is in place... 2024-02-11T16:55:20.909 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-11T16:55:20.916 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: inactive 2024-02-11T16:55:20.922 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: enabled 2024-02-11T16:55:20.928 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: active 2024-02-11T16:55:20.929 INFO:teuthology.orchestra.run.smithi115.stderr:Unit chronyd.service is enabled and running 2024-02-11T16:55:20.929 INFO:teuthology.orchestra.run.smithi115.stderr:Repeating the final host check... 2024-02-11T16:55:20.949 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: 4.8.3 2024-02-11T16:55:20.964 INFO:teuthology.orchestra.run.smithi115.stderr:podman (/bin/podman) version 4.8.3 is present 2024-02-11T16:55:20.964 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl is present 2024-02-11T16:55:20.964 INFO:teuthology.orchestra.run.smithi115.stderr:lvcreate is present 2024-02-11T16:55:20.969 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-11T16:55:20.975 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: inactive 2024-02-11T16:55:20.981 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: enabled 2024-02-11T16:55:20.987 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: active 2024-02-11T16:55:20.987 INFO:teuthology.orchestra.run.smithi115.stderr:Unit chronyd.service is enabled and running 2024-02-11T16:55:20.988 INFO:teuthology.orchestra.run.smithi115.stderr:Host looks OK 2024-02-11T16:55:20.988 INFO:teuthology.orchestra.run.smithi115.stderr:Cluster fsid: 55d221fe-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:55:20.988 INFO:teuthology.orchestra.run.smithi115.stderr:Acquiring lock 140056308748128 on /run/cephadm/55d221fe-c8fe-11ee-95b9-87774f69a715.lock 2024-02-11T16:55:20.988 INFO:teuthology.orchestra.run.smithi115.stderr:Lock 140056308748128 acquired on /run/cephadm/55d221fe-c8fe-11ee-95b9-87774f69a715.lock 2024-02-11T16:55:20.988 INFO:teuthology.orchestra.run.smithi115.stderr:Verifying IP 172.21.15.115 port 3300 ... 2024-02-11T16:55:20.988 INFO:teuthology.orchestra.run.smithi115.stderr:Verifying IP 172.21.15.115 port 6789 ... 2024-02-11T16:55:20.989 INFO:teuthology.orchestra.run.smithi115.stderr:Base mon IP(s) is [172.21.15.115:3300, 172.21.15.115:6789], mon addrv is [v2:172.21.15.115:3300,v1:172.21.15.115:6789] 2024-02-11T16:55:20.992 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.115 metric 100 2024-02-11T16:55:20.992 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.115 metric 100 2024-02-11T16:55:20.994 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-11T16:55:20.995 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-02-11T16:55:20.995 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2024-02-11T16:55:20.997 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-11T16:55:20.997 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-11T16:55:20.997 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-11T16:55:20.997 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-11T16:55:20.997 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:ce8f/64 scope link 2024-02-11T16:55:20.997 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-11T16:55:20.998 INFO:teuthology.orchestra.run.smithi115.stderr:Mon IP `172.21.15.115` is in CIDR network `172.21.0.0/20` 2024-02-11T16:55:20.998 INFO:teuthology.orchestra.run.smithi115.stderr:Mon IP `172.21.15.115` is in CIDR network `172.21.0.0/20` 2024-02-11T16:55:20.998 INFO:teuthology.orchestra.run.smithi115.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-11T16:55:20.999 INFO:teuthology.orchestra.run.smithi115.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-11T16:55:20.999 INFO:teuthology.orchestra.run.smithi115.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152... 2024-02-11T16:55:21.090 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152... 2024-02-11T16:55:21.275 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: Getting image source signatures 2024-02-11T16:55:21.284 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: Copying blob sha256:4614e41239e7e0d4cc9213ed940a60f3cb55d3c6f42e7ea890efc773a07511e3 2024-02-11T16:55:21.284 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: Copying blob sha256:58df4e03ba066accf3a7e07426bab5f1c867e27a139801c642bdafb42b9a2d9a 2024-02-11T16:55:46.777 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: Copying config sha256:b2573f70982b7b835b57e14a780c95831b17e27969e5e51245677c7c2a63ba1b 2024-02-11T16:55:46.977 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: Writing manifest to image destination 2024-02-11T16:55:47.237 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: b2573f70982b7b835b57e14a780c95831b17e27969e5e51245677c7c2a63ba1b 2024-02-11T16:55:47.869 INFO:teuthology.orchestra.run.smithi115.stderr:ceph: ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable) 2024-02-11T16:55:48.479 INFO:teuthology.orchestra.run.smithi115.stderr:Ceph version: ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable) 2024-02-11T16:55:48.479 INFO:teuthology.orchestra.run.smithi115.stderr:Extracting ceph user uid/gid from container image... 2024-02-11T16:55:49.047 INFO:teuthology.orchestra.run.smithi115.stderr:stat: 167 167 2024-02-11T16:55:49.644 INFO:teuthology.orchestra.run.smithi115.stderr:Creating initial keys... 2024-02-11T16:55:50.186 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-authtool: AQAW/MhlWVjeBRAAwa1Z7EVOxFhqQgx89VKNzA== 2024-02-11T16:55:51.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-authtool: AQAX/MhlWhqXExAAQRDhqolKQLLh1ZxL9cENJQ== 2024-02-11T16:55:53.035 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-authtool: AQAY/MhlmbrENhAAWsgqJxn8lKNOKSbbw9EzAw== 2024-02-11T16:55:53.607 INFO:teuthology.orchestra.run.smithi115.stderr:Creating initial monmap... 2024-02-11T16:55:54.137 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-11T16:55:54.137 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 55d221fe-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:55:54.137 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-11T16:55:54.754 INFO:teuthology.orchestra.run.smithi115.stderr:monmaptool for smithi115 [v2:172.21.15.115:3300,v1:172.21.15.115:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-11T16:55:54.754 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/monmaptool: set fsid to 55d221fe-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:55:54.755 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-11T16:55:54.755 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-02-11T16:55:54.755 INFO:teuthology.orchestra.run.smithi115.stderr:Creating mon... 2024-02-11T16:55:55.314 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.196+0000 7f4387977880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-11T16:55:55.314 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.197+0000 7f4387977880 1 imported monmap: 2024-02-11T16:55:55.314 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-11T16:55:55.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:55:55.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: last_changed 2024-02-11T16:55:54.034141+0000 2024-02-11T16:55:55.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: created 2024-02-11T16:55:54.034141+0000 2024-02-11T16:55:55.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-11T16:55:55.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-11T16:55:55.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.smithi115 2024-02-11T16:55:55.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-02-11T16:55:55.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.197+0000 7f4387977880 0 /usr/bin/ceph-mon: set fsid to 55d221fe-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:55:55.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: RocksDB version: 6.8.1 2024-02-11T16:55:55.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-02-11T16:55:55.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-11T16:55:55.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Compile date Feb 8 2024 2024-02-11T16:55:55.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: DB SUMMARY 2024-02-11T16:55:55.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-02-11T16:55:55.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi115/store.db dir, Total Num: 0, files: 2024-02-11T16:55:55.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-02-11T16:55:55.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi115/store.db: 2024-02-11T16:55:55.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-02-11T16:55:55.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.error_if_exists: 0 2024-02-11T16:55:55.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.create_if_missing: 1 2024-02-11T16:55:55.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.paranoid_checks: 1 2024-02-11T16:55:55.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.env: 0x562328218080 2024-02-11T16:55:55.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.fs: Posix File System 2024-02-11T16:55:55.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.info_log: 0x562329c9b300 2024-02-11T16:55:55.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-11T16:55:55.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.statistics: (nil) 2024-02-11T16:55:55.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.use_fsync: 0 2024-02-11T16:55:55.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.max_log_file_size: 0 2024-02-11T16:55:55.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-11T16:55:55.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-11T16:55:55.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-11T16:55:55.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-11T16:55:55.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.allow_fallocate: 1 2024-02-11T16:55:55.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-11T16:55:55.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-11T16:55:55.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.use_direct_reads: 0 2024-02-11T16:55:55.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-11T16:55:55.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-11T16:55:55.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.db_log_dir: 2024-02-11T16:55:55.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi115/store.db 2024-02-11T16:55:55.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-11T16:55:55.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.max_subcompactions: 1 2024-02-11T16:55:55.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.max_background_flushes: -1 2024-02-11T16:55:55.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-11T16:55:55.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-11T16:55:55.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-11T16:55:55.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-11T16:55:55.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-11T16:55:55.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-11T16:55:55.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-11T16:55:55.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.write_buffer_manager: 0x562329ca1950 2024-02-11T16:55:55.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-11T16:55:55.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-11T16:55:55.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-11T16:55:55.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-11T16:55:55.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-11T16:55:55.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-11T16:55:55.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-11T16:55:55.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-11T16:55:55.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-11T16:55:55.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.unordered_write: 0 2024-02-11T16:55:55.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-11T16:55:55.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-11T16:55:55.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-11T16:55:55.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-11T16:55:55.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.row_cache: None 2024-02-11T16:55:55.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.wal_filter: None 2024-02-11T16:55:55.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-11T16:55:55.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-11T16:55:55.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.preserve_deletes: 0 2024-02-11T16:55:55.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.two_write_queues: 0 2024-02-11T16:55:55.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-11T16:55:55.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.atomic_flush: 0 2024-02-11T16:55:55.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-11T16:55:55.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-11T16:55:55.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-11T16:55:55.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.log_readahead_size: 0 2024-02-11T16:55:55.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-11T16:55:55.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.max_background_jobs: 2 2024-02-11T16:55:55.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.max_background_compactions: -1 2024-02-11T16:55:55.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-11T16:55:55.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-11T16:55:55.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-11T16:55:55.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-11T16:55:55.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-11T16:55:55.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-11T16:55:55.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-11T16:55:55.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-11T16:55:55.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.max_open_files: -1 2024-02-11T16:55:55.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-11T16:55:55.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-11T16:55:55.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-11T16:55:55.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-11T16:55:55.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Compression algorithms supported: 2024-02-11T16:55:55.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-11T16:55:55.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: kZSTD supported: 0 2024-02-11T16:55:55.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: kXpressCompression supported: 0 2024-02-11T16:55:55.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-11T16:55:55.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: kLZ4Compression supported: 1 2024-02-11T16:55:55.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: kBZip2Compression supported: 0 2024-02-11T16:55:55.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: kZlibCompression supported: 1 2024-02-11T16:55:55.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: kSnappyCompression supported: 1 2024-02-11T16:55:55.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-11T16:55:55.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-11T16:55:55.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-02-11T16:55:55.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi115/store.db/MANIFEST-000001 2024-02-11T16:55:55.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-02-11T16:55:55.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-11T16:55:55.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-02-11T16:55:55.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-11T16:55:55.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.merge_operator: 2024-02-11T16:55:55.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.compaction_filter: None 2024-02-11T16:55:55.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-11T16:55:55.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-11T16:55:55.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-11T16:55:55.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562329bb1d18) 2024-02-11T16:55:55.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-11T16:55:55.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-11T16:55:55.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-11T16:55:55.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-11T16:55:55.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-11T16:55:55.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-11T16:55:55.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-11T16:55:55.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-11T16:55:55.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-11T16:55:55.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-11T16:55:55.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-11T16:55:55.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: block_cache: 0x562329be6d10 2024-02-11T16:55:55.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-11T16:55:55.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-11T16:55:55.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-11T16:55:55.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-11T16:55:55.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-11T16:55:55.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-11T16:55:55.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-11T16:55:55.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-11T16:55:55.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-11T16:55:55.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-11T16:55:55.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-11T16:55:55.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-11T16:55:55.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-11T16:55:55.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-11T16:55:55.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-11T16:55:55.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-11T16:55:55.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-11T16:55:55.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-11T16:55:55.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-11T16:55:55.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-11T16:55:55.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-11T16:55:55.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-11T16:55:55.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-02-11T16:55:55.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-11T16:55:55.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-11T16:55:55.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.compression: NoCompression 2024-02-11T16:55:55.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-11T16:55:55.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-11T16:55:55.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-11T16:55:55.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.num_levels: 7 2024-02-11T16:55:55.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-11T16:55:55.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-11T16:55:55.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-11T16:55:55.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-11T16:55:55.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-11T16:55:55.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-11T16:55:55.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-11T16:55:55.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-11T16:55:55.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-11T16:55:55.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-11T16:55:55.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-11T16:55:55.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-11T16:55:55.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-11T16:55:55.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-11T16:55:55.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-11T16:55:55.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-11T16:55:55.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-11T16:55:55.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-11T16:55:55.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-11T16:55:55.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-11T16:55:55.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-11T16:55:55.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-11T16:55:55.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-11T16:55:55.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-11T16:55:55.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.198+0000 7f4387977880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-11T16:55:55.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-11T16:55:55.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-11T16:55:55.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-11T16:55:55.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-11T16:55:55.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-11T16:55:55.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-11T16:55:55.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-11T16:55:55.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-11T16:55:55.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-11T16:55:55.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-11T16:55:55.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-11T16:55:55.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-11T16:55:55.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-11T16:55:55.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-11T16:55:55.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-11T16:55:55.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-11T16:55:55.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-11T16:55:55.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-11T16:55:55.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-11T16:55:55.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-11T16:55:55.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-11T16:55:55.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-11T16:55:55.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.table_properties_collectors: 2024-02-11T16:55:55.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.inplace_update_support: 0 2024-02-11T16:55:55.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-11T16:55:55.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-11T16:55:55.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-11T16:55:55.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-11T16:55:55.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.bloom_locality: 0 2024-02-11T16:55:55.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.max_successive_merges: 0 2024-02-11T16:55:55.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-11T16:55:55.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-11T16:55:55.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-11T16:55:55.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-11T16:55:55.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.ttl: 2592000 2024-02-11T16:55:55.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-11T16:55:55.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi115/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-11T16:55:55.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-02-11T16:55:55.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.199+0000 7f4387977880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-11T16:55:55.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-02-11T16:55:55.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.200+0000 7f4387977880 4 rocksdb: DB pointer 0x562329caf800 2024-02-11T16:55:55.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.200+0000 7f43707ea700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-11T16:55:55.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.200+0000 7f43707ea700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-11T16:55:55.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-11T16:55:55.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:55:55.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-11T16:55:55.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-11T16:55:55.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T16:55:55.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-11T16:55:55.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-11T16:55:55.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T16:55:55.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-02-11T16:55:55.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-11T16:55:55.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-11T16:55:55.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:55:55.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-11T16:55:55.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-11T16:55:55.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-02-11T16:55:55.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-11T16:55:55.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-11T16:55:55.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:55:55.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:55:55.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T16:55:55.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T16:55:55.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-11T16:55:55.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T16:55:55.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-11T16:55:55.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:55:55.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:55:55.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-11T16:55:55.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-02-11T16:55:55.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-11T16:55:55.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-02-11T16:55:55.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-11T16:55:55.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-11T16:55:55.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:55:55.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-11T16:55:55.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-11T16:55:55.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-02-11T16:55:55.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-11T16:55:55.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-11T16:55:55.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:55:55.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:55:55.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T16:55:55.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T16:55:55.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-11T16:55:55.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T16:55:55.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-11T16:55:55.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:55:55.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:55:55.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-11T16:55:55.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-02-11T16:55:55.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-11T16:55:55.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-02-11T16:55:55.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.201+0000 7f4387977880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-11T16:55:55.334 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.201+0000 7f4387977880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-11T16:55:55.334 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:55:55.201+0000 7f4387977880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi115 for mon.smithi115 2024-02-11T16:55:55.869 INFO:teuthology.orchestra.run.smithi115.stderr:create mon.smithi115 on 2024-02-11T16:55:55.976 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-11T16:55:56.071 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-55d221fe-c8fe-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-55d221fe-c8fe-11ee-95b9-87774f69a715.target. 2024-02-11T16:55:56.071 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-55d221fe-c8fe-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-55d221fe-c8fe-11ee-95b9-87774f69a715.target. 2024-02-11T16:55:56.278 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: Failed to reset failed state of unit ceph-55d221fe-c8fe-11ee-95b9-87774f69a715@mon.smithi115.service: Unit ceph-55d221fe-c8fe-11ee-95b9-87774f69a715@mon.smithi115.service not loaded. 2024-02-11T16:55:56.288 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: Created symlink /etc/systemd/system/ceph-55d221fe-c8fe-11ee-95b9-87774f69a715.target.wants/ceph-55d221fe-c8fe-11ee-95b9-87774f69a715@mon.smithi115.service → /etc/systemd/system/ceph-55d221fe-c8fe-11ee-95b9-87774f69a715@.service. 2024-02-11T16:55:56.409 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:55:56 smithi115 systemd[1]: Starting Ceph mon.smithi115 for 55d221fe-c8fe-11ee-95b9-87774f69a715... 2024-02-11T16:55:57.021 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: disabled 2024-02-11T16:55:57.028 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: inactive 2024-02-11T16:55:57.029 INFO:teuthology.orchestra.run.smithi115.stderr:firewalld.service is not enabled 2024-02-11T16:55:57.029 INFO:teuthology.orchestra.run.smithi115.stderr:Not possible to enable service . firewalld.service is not available 2024-02-11T16:55:57.030 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for mon to start... 2024-02-11T16:55:57.030 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for mon... 2024-02-11T16:55:57.254 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:55:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35286]: cluster 2024-02-11T16:55:56.964305+0000 mon.smithi115 (mon.0) 0 : [INF] mkfs 55d221fe-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:55:57.254 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:55:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35286]: cluster 2024-02-11T16:55:56.951352+0000 mon.smithi115 (mon.0) 1 : cluster [INF] mon.smithi115 is new leader, mons smithi115 in quorum (ranks 0) 2024-02-11T16:55:57.254 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:55:57 smithi115 bash[35264]: 1d0efc646b737fbb332321beb0138632ebbe454ea57c891413cc336a031ebe85 2024-02-11T16:55:57.254 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:55:57 smithi115 systemd[1]: Started Ceph mon.smithi115 for 55d221fe-c8fe-11ee-95b9-87774f69a715. 2024-02-11T16:55:57.656 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: cluster: 2024-02-11T16:55:57.656 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: id: 55d221fe-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:55:57.656 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-11T16:55:57.656 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-02-11T16:55:57.656 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: services: 2024-02-11T16:55:57.656 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi115 (age 0.692556s) 2024-02-11T16:55:57.656 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-11T16:55:57.657 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-11T16:55:57.657 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-02-11T16:55:57.657 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: data: 2024-02-11T16:55:57.657 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-11T16:55:57.657 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-11T16:55:57.657 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-11T16:55:57.657 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: pgs: 2024-02-11T16:55:57.657 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-02-11T16:55:58.299 INFO:teuthology.orchestra.run.smithi115.stderr:mon is available 2024-02-11T16:55:58.299 INFO:teuthology.orchestra.run.smithi115.stderr:Assimilating anything we can from ceph.conf... 2024-02-11T16:55:58.303 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:55:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35286]: cluster 2024-02-11T16:55:56.961051+0000 mon.smithi115 (mon.0) 2 : cluster [INF] mon.smithi115 is new leader, mons smithi115 in quorum (ranks 0) 2024-02-11T16:55:58.303 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:55:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35286]: cluster 2024-02-11T16:55:56.963463+0000 mon.smithi115 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi115=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0]} removed_ranks: {} 2024-02-11T16:55:58.303 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:55:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35286]: cluster 2024-02-11T16:55:56.966376+0000 mon.smithi115 (mon.0) 4 : cluster [DBG] fsmap 2024-02-11T16:55:58.303 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:55:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35286]: cluster 2024-02-11T16:55:56.970184+0000 mon.smithi115 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-11T16:55:58.303 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:55:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35286]: cluster 2024-02-11T16:55:56.970556+0000 mon.smithi115 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-11T16:55:58.303 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:55:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35286]: audit 2024-02-11T16:55:57.653568+0000 mon.smithi115 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.115:0/2966648839' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-11T16:55:58.901 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-02-11T16:55:58.901 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: [global] 2024-02-11T16:55:58.901 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: fsid = 55d221fe-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:55:58.901 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.115:3300,v1:172.21.15.115:6789] 2024-02-11T16:55:58.901 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-11T16:55:58.901 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-11T16:55:58.901 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-11T16:55:58.901 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-11T16:55:58.901 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-02-11T16:55:58.901 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: [mgr] 2024-02-11T16:55:58.902 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-11T16:55:58.902 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-02-11T16:55:58.902 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: [osd] 2024-02-11T16:55:58.902 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-11T16:55:58.902 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-11T16:55:59.237 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:55:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35286]: audit 2024-02-11T16:55:58.895405+0000 mon.smithi115 (mon.0) 8 : audit [INF] from='client.? 172.21.15.115:0/582992453' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-11T16:55:59.238 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:55:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35286]: audit 2024-02-11T16:55:58.898080+0000 mon.smithi115 (mon.0) 9 : audit [INF] from='client.? 172.21.15.115:0/582992453' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-11T16:55:59.511 INFO:teuthology.orchestra.run.smithi115.stderr:Generating new minimal ceph.conf... 2024-02-11T16:56:00.411 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35286]: audit 2024-02-11T16:56:00.114673+0000 mon.smithi115 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.115:0/151381975' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:56:00.680 INFO:teuthology.orchestra.run.smithi115.stderr:Restarting the monitor... 2024-02-11T16:56:00.934 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:00 smithi115 systemd[1]: Stopping Ceph mon.smithi115 for 55d221fe-c8fe-11ee-95b9-87774f69a715... 2024-02-11T16:56:00.934 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:00 smithi115 bash[35615]: Error: no container with name or ID "ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon.smithi115" found: no such container 2024-02-11T16:56:00.935 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35286]: debug 2024-02-11T16:56:00.932+0000 7f92ac534700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi115 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-11T16:56:00.935 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35286]: debug 2024-02-11T16:56:00.932+0000 7f92ac534700 -1 mon.smithi115@0(leader) e1 *** Got Signal Terminated *** 2024-02-11T16:56:01.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:01 smithi115 bash[35656]: ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115 2024-02-11T16:56:01.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:01 smithi115 systemd[1]: ceph-55d221fe-c8fe-11ee-95b9-87774f69a715@mon.smithi115.service: Succeeded. 2024-02-11T16:56:01.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:01 smithi115 systemd[1]: Stopped Ceph mon.smithi115 for 55d221fe-c8fe-11ee-95b9-87774f69a715. 2024-02-11T16:56:01.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:01 smithi115 systemd[1]: Starting Ceph mon.smithi115 for 55d221fe-c8fe-11ee-95b9-87774f69a715... 2024-02-11T16:56:02.501 INFO:teuthology.orchestra.run.smithi115.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-11T16:56:02.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.261+0000 7f45a45fc880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-11T16:56:02.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.261+0000 7f45a45fc880 0 ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable), process ceph-mon, pid 7 2024-02-11T16:56:02.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.261+0000 7f45a45fc880 0 pidfile_write: ignore empty --pid-file 2024-02-11T16:56:02.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 0 load: jerasure load: lrc load: isa 2024-02-11T16:56:02.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: RocksDB version: 6.8.1 2024-02-11T16:56:02.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-11T16:56:02.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Compile date Feb 8 2024 2024-02-11T16:56:02.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: DB SUMMARY 2024-02-11T16:56:02.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: CURRENT file: CURRENT 2024-02-11T16:56:02.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-11T16:56:02.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-11T16:56:02.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi115/store.db dir, Total Num: 1, files: 000004.sst 2024-02-11T16:56:02.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi115/store.db: 000006.log size: 86517 ; 2024-02-11T16:56:02.671 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.671 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.error_if_exists: 0 2024-02-11T16:56:02.671 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.create_if_missing: 0 2024-02-11T16:56:02.671 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.paranoid_checks: 1 2024-02-11T16:56:02.671 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.env: 0x55c8f3985080 2024-02-11T16:56:02.671 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.fs: Posix File System 2024-02-11T16:56:02.671 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.info_log: 0x55c8f5c12560 2024-02-11T16:56:02.671 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-11T16:56:02.671 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.statistics: (nil) 2024-02-11T16:56:02.671 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.use_fsync: 0 2024-02-11T16:56:02.671 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.max_log_file_size: 0 2024-02-11T16:56:02.671 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-11T16:56:02.671 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-11T16:56:02.671 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-11T16:56:02.671 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-11T16:56:02.671 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.allow_fallocate: 1 2024-02-11T16:56:02.672 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-11T16:56:02.672 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-11T16:56:02.672 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.use_direct_reads: 0 2024-02-11T16:56:02.672 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-11T16:56:02.672 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-11T16:56:02.672 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.db_log_dir: 2024-02-11T16:56:02.672 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi115/store.db 2024-02-11T16:56:02.672 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-11T16:56:02.672 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.max_subcompactions: 1 2024-02-11T16:56:02.672 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.max_background_flushes: -1 2024-02-11T16:56:02.672 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-11T16:56:02.672 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-11T16:56:02.672 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-11T16:56:02.672 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-11T16:56:02.673 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-11T16:56:02.673 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-11T16:56:02.673 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-11T16:56:02.673 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.write_buffer_manager: 0x55c8f69043f0 2024-02-11T16:56:02.673 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-11T16:56:02.673 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-11T16:56:02.673 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-11T16:56:02.673 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-11T16:56:02.673 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-11T16:56:02.673 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-11T16:56:02.673 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-11T16:56:02.673 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-11T16:56:02.673 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-11T16:56:02.673 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.unordered_write: 0 2024-02-11T16:56:02.673 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-11T16:56:02.673 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-11T16:56:02.674 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-11T16:56:02.674 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-11T16:56:02.674 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.row_cache: None 2024-02-11T16:56:02.674 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.wal_filter: None 2024-02-11T16:56:02.674 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-11T16:56:02.674 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-11T16:56:02.674 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.preserve_deletes: 0 2024-02-11T16:56:02.674 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.two_write_queues: 0 2024-02-11T16:56:02.674 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-11T16:56:02.674 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.atomic_flush: 0 2024-02-11T16:56:02.674 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-11T16:56:02.674 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-11T16:56:02.674 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-11T16:56:02.674 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.log_readahead_size: 0 2024-02-11T16:56:02.674 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-11T16:56:02.675 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.max_background_jobs: 2 2024-02-11T16:56:02.675 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.max_background_compactions: -1 2024-02-11T16:56:02.675 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-11T16:56:02.675 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-11T16:56:02.675 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-11T16:56:02.675 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-11T16:56:02.675 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-11T16:56:02.675 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-11T16:56:02.675 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-11T16:56:02.675 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-11T16:56:02.675 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.max_open_files: -1 2024-02-11T16:56:02.675 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-11T16:56:02.675 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-11T16:56:02.675 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-11T16:56:02.675 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-11T16:56:02.675 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Compression algorithms supported: 2024-02-11T16:56:02.676 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-11T16:56:02.676 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: kZSTD supported: 0 2024-02-11T16:56:02.676 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: kXpressCompression supported: 0 2024-02-11T16:56:02.676 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-11T16:56:02.676 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: kLZ4Compression supported: 1 2024-02-11T16:56:02.676 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: kBZip2Compression supported: 0 2024-02-11T16:56:02.676 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: kZlibCompression supported: 1 2024-02-11T16:56:02.676 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: kSnappyCompression supported: 1 2024-02-11T16:56:02.676 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.266+0000 7f45a45fc880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-11T16:56:02.676 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi115/store.db/MANIFEST-000005 2024-02-11T16:56:02.676 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.676 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-11T16:56:02.676 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.676 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-11T16:56:02.677 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.merge_operator: 2024-02-11T16:56:02.677 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.compaction_filter: None 2024-02-11T16:56:02.677 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-11T16:56:02.677 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-11T16:56:02.677 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-11T16:56:02.677 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c8f5bb7d10) 2024-02-11T16:56:02.677 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cache_index_and_filter_blocks: 1 2024-02-11T16:56:02.677 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-11T16:56:02.677 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-11T16:56:02.677 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: pin_top_level_index_and_filter: 1 2024-02-11T16:56:02.677 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: index_type: 0 2024-02-11T16:56:02.677 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: data_block_index_type: 0 2024-02-11T16:56:02.677 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: index_shortening: 1 2024-02-11T16:56:02.677 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: data_block_hash_table_util_ratio: 0.750000 2024-02-11T16:56:02.677 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: hash_index_allow_collision: 1 2024-02-11T16:56:02.677 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: checksum: 1 2024-02-11T16:56:02.677 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: no_block_cache: 0 2024-02-11T16:56:02.677 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: block_cache: 0x55c8f5becf10 2024-02-11T16:56:02.678 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: block_cache_name: BinnedLRUCache 2024-02-11T16:56:02.678 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: block_cache_options: 2024-02-11T16:56:02.678 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: capacity : 536870912 2024-02-11T16:56:02.678 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: num_shard_bits : 4 2024-02-11T16:56:02.678 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: strict_capacity_limit : 0 2024-02-11T16:56:02.678 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: high_pri_pool_ratio: 0.000 2024-02-11T16:56:02.679 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: block_cache_compressed: (nil) 2024-02-11T16:56:02.679 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: persistent_cache: (nil) 2024-02-11T16:56:02.679 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: block_size: 4096 2024-02-11T16:56:02.679 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: block_size_deviation: 10 2024-02-11T16:56:02.680 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: block_restart_interval: 16 2024-02-11T16:56:02.680 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: index_block_restart_interval: 1 2024-02-11T16:56:02.680 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: metadata_block_size: 4096 2024-02-11T16:56:02.680 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: partition_filters: 0 2024-02-11T16:56:02.680 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: use_delta_encoding: 1 2024-02-11T16:56:02.680 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-11T16:56:02.680 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: whole_key_filtering: 1 2024-02-11T16:56:02.680 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: verify_compression: 0 2024-02-11T16:56:02.680 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: read_amp_bytes_per_bit: 0 2024-02-11T16:56:02.680 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: format_version: 2 2024-02-11T16:56:02.680 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: enable_index_compression: 1 2024-02-11T16:56:02.680 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: block_align: 0 2024-02-11T16:56:02.681 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.681 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-11T16:56:02.681 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-11T16:56:02.681 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.compression: NoCompression 2024-02-11T16:56:02.681 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-11T16:56:02.681 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-11T16:56:02.681 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-11T16:56:02.681 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.num_levels: 7 2024-02-11T16:56:02.681 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-11T16:56:02.681 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-11T16:56:02.681 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-11T16:56:02.681 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-11T16:56:02.681 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-11T16:56:02.682 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-11T16:56:02.682 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-11T16:56:02.682 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-11T16:56:02.682 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-11T16:56:02.682 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-11T16:56:02.682 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-11T16:56:02.682 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-11T16:56:02.682 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-11T16:56:02.682 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-11T16:56:02.682 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-11T16:56:02.682 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-11T16:56:02.682 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-11T16:56:02.682 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-11T16:56:02.682 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-11T16:56:02.683 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-11T16:56:02.683 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-11T16:56:02.683 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-11T16:56:02.683 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-11T16:56:02.683 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-11T16:56:02.683 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-11T16:56:02.683 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-11T16:56:02.683 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-11T16:56:02.683 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-11T16:56:02.683 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-11T16:56:02.683 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-11T16:56:02.683 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-11T16:56:02.683 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-11T16:56:02.683 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-11T16:56:02.684 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-11T16:56:02.684 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-11T16:56:02.684 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-11T16:56:02.684 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-11T16:56:02.684 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-11T16:56:02.684 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-11T16:56:02.684 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-11T16:56:02.684 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-11T16:56:02.684 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-11T16:56:02.685 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-11T16:56:02.685 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-11T16:56:02.688 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-11T16:56:02.688 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-11T16:56:02.688 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-11T16:56:02.688 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.table_properties_collectors: 2024-02-11T16:56:02.688 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.inplace_update_support: 0 2024-02-11T16:56:02.688 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-11T16:56:02.688 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-11T16:56:02.688 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-11T16:56:02.689 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-11T16:56:02.689 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.bloom_locality: 0 2024-02-11T16:56:02.689 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.max_successive_merges: 0 2024-02-11T16:56:02.689 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-11T16:56:02.689 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-11T16:56:02.689 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-11T16:56:02.689 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-11T16:56:02.689 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.ttl: 2592000 2024-02-11T16:56:02.689 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-11T16:56:02.689 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi115/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-11T16:56:02.689 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.689 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.267+0000 7f45a45fc880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-11T16:56:02.690 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.690 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.268+0000 7f45a45fc880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707670562268788, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-11T16:56:02.690 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.268+0000 7f45a45fc880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-11T16:56:02.690 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.268+0000 7f45a45fc880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-11T16:56:02.690 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.269+0000 7f45a45fc880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707670562269933, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83390, "table_properties": {"data_size": 81657, "index_size": 338, "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": 9331, "raw_average_key_size": 47, "raw_value_size": 76169, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "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": 1707670562, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-11T16:56:02.690 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.269+0000 7f45a45fc880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-11T16:56:02.690 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.690 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.269+0000 7f45a45fc880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707670562270416, "job": 1, "event": "recovery_finished"} 2024-02-11T16:56:02.690 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.270+0000 7f45a45fc880 4 rocksdb: DB pointer 0x55c8f5cb5800 2024-02-11T16:56:02.690 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.270+0000 7f458b3ee700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-11T16:56:02.690 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.270+0000 7f458b3ee700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-11T16:56:02.690 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: ** DB Stats ** 2024-02-11T16:56:02.690 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:56:02.691 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-11T16:56:02.691 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-11T16:56:02.691 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T16:56:02.691 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-11T16:56:02.691 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-11T16:56:02.691 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T16:56:02.691 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.691 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: ** Compaction Stats [default] ** 2024-02-11T16:56:02.691 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-11T16:56:02.691 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:56:02.691 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: L0 2/0 83.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 106.3 0.00 0.00 1 0.001 0 0 2024-02-11T16:56:02.691 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Sum 2/0 83.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 106.3 0.00 0.00 1 0.001 0 0 2024-02-11T16:56:02.691 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 106.3 0.00 0.00 1 0.001 0 0 2024-02-11T16:56:02.691 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.691 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: ** Compaction Stats [default] ** 2024-02-11T16:56:02.692 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-11T16:56:02.692 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:56:02.692 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 106.3 0.00 0.00 1 0.001 0 0 2024-02-11T16:56:02.692 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:56:02.692 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T16:56:02.692 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T16:56:02.692 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: AddFile(Total Files): cumulative 0, interval 0 2024-02-11T16:56:02.692 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T16:56:02.692 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: AddFile(Keys): cumulative 0, interval 0 2024-02-11T16:56:02.692 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Cumulative compaction: 0.00 GB write, 22.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:56:02.692 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Interval compaction: 0.00 GB write, 22.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:56:02.692 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-11T16:56:02.692 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.693 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: ** File Read Latency Histogram By Level [default] ** 2024-02-11T16:56:02.693 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.693 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: ** Compaction Stats [default] ** 2024-02-11T16:56:02.693 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-11T16:56:02.693 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:56:02.693 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: L0 2/0 83.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 106.3 0.00 0.00 1 0.001 0 0 2024-02-11T16:56:02.693 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Sum 2/0 83.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 106.3 0.00 0.00 1 0.001 0 0 2024-02-11T16:56:02.693 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-11T16:56:02.693 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.693 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: ** Compaction Stats [default] ** 2024-02-11T16:56:02.693 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-11T16:56:02.693 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:56:02.693 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 106.3 0.00 0.00 1 0.001 0 0 2024-02-11T16:56:02.693 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:56:02.693 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T16:56:02.694 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T16:56:02.694 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: AddFile(Total Files): cumulative 0, interval 0 2024-02-11T16:56:02.694 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T16:56:02.694 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: AddFile(Keys): cumulative 0, interval 0 2024-02-11T16:56:02.694 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Cumulative compaction: 0.00 GB write, 22.21 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:56:02.694 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:56:02.694 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-11T16:56:02.694 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.694 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: ** File Read Latency Histogram By Level [default] ** 2024-02-11T16:56:02.694 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.694 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.271+0000 7f45a45fc880 0 starting mon.smithi115 rank 0 at public addrs [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] at bind addrs [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi115 fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:56:02.694 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.273+0000 7f45a45fc880 1 mon.smithi115@-1(???) e1 preinit fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:56:02.694 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.273+0000 7f45a45fc880 0 mon.smithi115@-1(???).mds e1 new map 2024-02-11T16:56:02.694 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.273+0000 7f45a45fc880 0 mon.smithi115@-1(???).mds e1 print_map 2024-02-11T16:56:02.694 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: e1 2024-02-11T16:56:02.695 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-11T16:56:02.695 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-11T16:56:02.695 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: legacy client fscid: -1 2024-02-11T16:56:02.695 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.695 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: No filesystems configured 2024-02-11T16:56:02.695 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 2024-02-11T16:56:02.695 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.273+0000 7f45a45fc880 0 mon.smithi115@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-11T16:56:02.695 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.273+0000 7f45a45fc880 0 mon.smithi115@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T16:56:02.695 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.273+0000 7f45a45fc880 0 mon.smithi115@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T16:56:02.695 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.273+0000 7f45a45fc880 0 mon.smithi115@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T16:56:02.695 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:00.114673+0000 mon.smithi115 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.115:0/151381975' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:56:02.695 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T16:56:02.273+0000 7f45a45fc880 1 mon.smithi115@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-11T16:56:02.695 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:02.291353+0000 mon.smithi115 (mon.0) 1 : cluster [INF] mon.smithi115 is new leader, mons smithi115 in quorum (ranks 0) 2024-02-11T16:56:02.695 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:02.291409+0000 mon.smithi115 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi115=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0]} removed_ranks: {} 2024-02-11T16:56:02.696 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:02.291765+0000 mon.smithi115 (mon.0) 3 : cluster [DBG] fsmap 2024-02-11T16:56:02.696 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:02.291793+0000 mon.smithi115 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-11T16:56:02.696 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:02.292127+0000 mon.smithi115 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-11T16:56:02.696 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 bash[35778]: 43b84b3f4ace21373d27491c1e38458ff0d0c593ae8eb68047be2272ab33b53d 2024-02-11T16:56:02.696 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:02 smithi115 systemd[1]: Started Ceph mon.smithi115 for 55d221fe-c8fe-11ee-95b9-87774f69a715. 2024-02-11T16:56:05.415 INFO:teuthology.orchestra.run.smithi115.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-11T16:56:05.415 INFO:teuthology.orchestra.run.smithi115.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-11T16:56:05.416 INFO:teuthology.orchestra.run.smithi115.stderr:Creating mgr... 2024-02-11T16:56:05.416 INFO:teuthology.orchestra.run.smithi115.stderr:Verifying port 9283 ... 2024-02-11T16:56:05.540 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: Failed to reset failed state of unit ceph-55d221fe-c8fe-11ee-95b9-87774f69a715@mgr.smithi115.ltfvnr.service: Unit ceph-55d221fe-c8fe-11ee-95b9-87774f69a715@mgr.smithi115.ltfvnr.service not loaded. 2024-02-11T16:56:05.546 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: Created symlink /etc/systemd/system/ceph-55d221fe-c8fe-11ee-95b9-87774f69a715.target.wants/ceph-55d221fe-c8fe-11ee-95b9-87774f69a715@mgr.smithi115.ltfvnr.service → /etc/systemd/system/ceph-55d221fe-c8fe-11ee-95b9-87774f69a715@.service. 2024-02-11T16:56:06.232 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:04.930551+0000 mon.smithi115 (mon.0) 6 : audit [INF] from='client.? 172.21.15.115:0/3895307503' entity='client.admin' 2024-02-11T16:56:06.244 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: disabled 2024-02-11T16:56:06.252 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: inactive 2024-02-11T16:56:06.253 INFO:teuthology.orchestra.run.smithi115.stderr:firewalld.service is not enabled 2024-02-11T16:56:06.253 INFO:teuthology.orchestra.run.smithi115.stderr:Not possible to enable service . firewalld.service is not available 2024-02-11T16:56:06.260 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: disabled 2024-02-11T16:56:06.268 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: inactive 2024-02-11T16:56:06.269 INFO:teuthology.orchestra.run.smithi115.stderr:firewalld.service is not enabled 2024-02-11T16:56:06.269 INFO:teuthology.orchestra.run.smithi115.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-11T16:56:06.269 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for mgr to start... 2024-02-11T16:56:06.269 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for mgr... 2024-02-11T16:56:06.882 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-02-11T16:56:06.882 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: { 2024-02-11T16:56:06.882 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "fsid": "55d221fe-c8fe-11ee-95b9-87774f69a715", 2024-02-11T16:56:06.882 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "health": { 2024-02-11T16:56:06.882 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-11T16:56:06.882 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "checks": {}, 2024-02-11T16:56:06.882 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "mutes": [] 2024-02-11T16:56:06.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-02-11T16:56:06.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-11T16:56:06.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "quorum": [ 2024-02-11T16:56:06.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 0 2024-02-11T16:56:06.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ], 2024-02-11T16:56:06.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-11T16:56:06.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "smithi115" 2024-02-11T16:56:06.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ], 2024-02-11T16:56:06.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-02-11T16:56:06.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "monmap": { 2024-02-11T16:56:06.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:56:06.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-11T16:56:06.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-11T16:56:06.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-02-11T16:56:06.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "osdmap": { 2024-02-11T16:56:06.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:56:06.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-11T16:56:06.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-11T16:56:06.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-11T16:56:06.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-11T16:56:06.887 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-11T16:56:06.887 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-11T16:56:06.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-02-11T16:56:06.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "pgmap": { 2024-02-11T16:56:06.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-11T16:56:06.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-11T16:56:06.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-11T16:56:06.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-11T16:56:06.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-11T16:56:06.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-11T16:56:06.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-11T16:56:06.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-11T16:56:06.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-02-11T16:56:06.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "fsmap": { 2024-02-11T16:56:06.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:56:06.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-11T16:56:06.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-11T16:56:06.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-02-11T16:56:06.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-11T16:56:06.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "available": false, 2024-02-11T16:56:06.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-11T16:56:06.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "modules": [ 2024-02-11T16:56:06.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "iostat", 2024-02-11T16:56:06.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "nfs", 2024-02-11T16:56:06.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "restful" 2024-02-11T16:56:06.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ], 2024-02-11T16:56:06.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:56:06.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-02-11T16:56:06.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "servicemap": { 2024-02-11T16:56:06.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:56:06.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "modified": "2024-02-11T16:55:56.964634+0000", 2024-02-11T16:56:06.890 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:56:06.890 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-02-11T16:56:06.890 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-11T16:56:06.890 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: } 2024-02-11T16:56:07.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:06.878787+0000 mon.smithi115 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.115:0/1279612644' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T16:56:07.475 INFO:teuthology.orchestra.run.smithi115.stderr:mgr not available, waiting (1/15)... 2024-02-11T16:56:10.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-02-11T16:56:10.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: { 2024-02-11T16:56:10.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "fsid": "55d221fe-c8fe-11ee-95b9-87774f69a715", 2024-02-11T16:56:10.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "health": { 2024-02-11T16:56:10.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-11T16:56:10.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "checks": {}, 2024-02-11T16:56:10.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "mutes": [] 2024-02-11T16:56:10.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-02-11T16:56:10.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-11T16:56:10.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "quorum": [ 2024-02-11T16:56:10.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 0 2024-02-11T16:56:10.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ], 2024-02-11T16:56:10.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-11T16:56:10.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "smithi115" 2024-02-11T16:56:10.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ], 2024-02-11T16:56:10.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-02-11T16:56:10.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "monmap": { 2024-02-11T16:56:10.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:56:10.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-11T16:56:10.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-11T16:56:10.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-02-11T16:56:10.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "osdmap": { 2024-02-11T16:56:10.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:56:10.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-11T16:56:10.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-11T16:56:10.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-11T16:56:10.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-11T16:56:10.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-11T16:56:10.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-11T16:56:10.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-02-11T16:56:10.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "pgmap": { 2024-02-11T16:56:10.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-11T16:56:10.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-11T16:56:10.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-11T16:56:10.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-11T16:56:10.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-11T16:56:10.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-11T16:56:10.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-11T16:56:10.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-11T16:56:10.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-02-11T16:56:10.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "fsmap": { 2024-02-11T16:56:10.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:56:10.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-11T16:56:10.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-11T16:56:10.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-02-11T16:56:10.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-11T16:56:10.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "available": false, 2024-02-11T16:56:10.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-11T16:56:10.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "modules": [ 2024-02-11T16:56:10.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "iostat", 2024-02-11T16:56:10.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "nfs", 2024-02-11T16:56:10.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "restful" 2024-02-11T16:56:10.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ], 2024-02-11T16:56:10.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:56:10.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-02-11T16:56:10.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "servicemap": { 2024-02-11T16:56:10.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:56:10.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "modified": "2024-02-11T16:55:56.964634+0000", 2024-02-11T16:56:10.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:56:10.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-02-11T16:56:10.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-11T16:56:10.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: } 2024-02-11T16:56:10.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:10.082541+0000 mon.smithi115 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.115:0/2470661997' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T16:56:10.738 INFO:teuthology.orchestra.run.smithi115.stderr:mgr not available, waiting (2/15)... 2024-02-11T16:56:11.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:11.470733+0000 mon.smithi115 (mon.0) 9 : cluster [INF] Activating manager daemon smithi115.ltfvnr 2024-02-11T16:56:11.963 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:11.473238+0000 mon.smithi115 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi115.ltfvnr(active, starting, since 0.00258749s) 2024-02-11T16:56:11.963 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:11.473856+0000 mon.smithi115 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.115:0/2918252493' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T16:56:11.963 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:11.474046+0000 mon.smithi115 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.115:0/2918252493' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T16:56:11.963 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:11.474162+0000 mon.smithi115 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.115:0/2918252493' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T16:56:11.963 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:11.474306+0000 mon.smithi115 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.115:0/2918252493' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata", "id": "smithi115"}]: dispatch 2024-02-11T16:56:11.963 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:11.474734+0000 mon.smithi115 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.115:0/2918252493' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mgr metadata", "who": "smithi115.ltfvnr", "id": "smithi115.ltfvnr"}]: dispatch 2024-02-11T16:56:11.963 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:11.488266+0000 mon.smithi115 (mon.0) 16 : cluster [INF] Manager daemon smithi115.ltfvnr is now available 2024-02-11T16:56:11.963 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:11.497155+0000 mon.smithi115 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.115:0/2918252493' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:11.963 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:11.502295+0000 mon.smithi115 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.115:0/2918252493' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.ltfvnr/mirror_snapshot_schedule"}]: dispatch 2024-02-11T16:56:11.964 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:11.504872+0000 mon.smithi115 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.115:0/2918252493' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.ltfvnr/trash_purge_schedule"}]: dispatch 2024-02-11T16:56:11.964 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:11.507679+0000 mon.smithi115 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.115:0/2918252493' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:11.964 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:11.509874+0000 mon.smithi115 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.115:0/2918252493' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:13.542 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-02-11T16:56:13.542 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: { 2024-02-11T16:56:13.542 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "fsid": "55d221fe-c8fe-11ee-95b9-87774f69a715", 2024-02-11T16:56:13.542 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "health": { 2024-02-11T16:56:13.543 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-11T16:56:13.543 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "checks": {}, 2024-02-11T16:56:13.543 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "mutes": [] 2024-02-11T16:56:13.543 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-02-11T16:56:13.543 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-11T16:56:13.543 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "quorum": [ 2024-02-11T16:56:13.543 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 0 2024-02-11T16:56:13.543 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ], 2024-02-11T16:56:13.543 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-11T16:56:13.543 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "smithi115" 2024-02-11T16:56:13.543 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ], 2024-02-11T16:56:13.543 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "quorum_age": 11, 2024-02-11T16:56:13.543 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "monmap": { 2024-02-11T16:56:13.543 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:56:13.544 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-11T16:56:13.544 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-11T16:56:13.544 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-02-11T16:56:13.544 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "osdmap": { 2024-02-11T16:56:13.544 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:56:13.544 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-11T16:56:13.544 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-11T16:56:13.544 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-11T16:56:13.544 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-11T16:56:13.548 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-11T16:56:13.548 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-11T16:56:13.548 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-02-11T16:56:13.548 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "pgmap": { 2024-02-11T16:56:13.548 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-11T16:56:13.548 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-11T16:56:13.548 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-11T16:56:13.548 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-11T16:56:13.548 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-11T16:56:13.548 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-11T16:56:13.548 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-11T16:56:13.548 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-11T16:56:13.548 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-02-11T16:56:13.549 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "fsmap": { 2024-02-11T16:56:13.549 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:56:13.549 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-11T16:56:13.549 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-11T16:56:13.549 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-02-11T16:56:13.549 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-11T16:56:13.549 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "available": true, 2024-02-11T16:56:13.549 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-11T16:56:13.549 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "modules": [ 2024-02-11T16:56:13.549 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "iostat", 2024-02-11T16:56:13.549 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "nfs", 2024-02-11T16:56:13.549 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "restful" 2024-02-11T16:56:13.549 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ], 2024-02-11T16:56:13.549 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:56:13.549 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-02-11T16:56:13.549 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "servicemap": { 2024-02-11T16:56:13.550 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:56:13.550 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "modified": "2024-02-11T16:55:56.964634+0000", 2024-02-11T16:56:13.550 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:56:13.550 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-02-11T16:56:13.550 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-11T16:56:13.550 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: } 2024-02-11T16:56:13.858 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:12.476168+0000 mon.smithi115 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi115.ltfvnr(active, since 1.00551s) 2024-02-11T16:56:14.119 INFO:teuthology.orchestra.run.smithi115.stderr:mgr is available 2024-02-11T16:56:14.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:13.538686+0000 mon.smithi115 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.115:0/4237601013' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T16:56:14.847 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-02-11T16:56:14.847 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: [global] 2024-02-11T16:56:14.847 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: fsid = 55d221fe-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:56:14.847 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-11T16:56:14.847 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-11T16:56:14.848 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-11T16:56:14.848 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-11T16:56:14.848 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-02-11T16:56:14.848 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: [mgr] 2024-02-11T16:56:14.848 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-11T16:56:14.848 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-02-11T16:56:14.848 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: [osd] 2024-02-11T16:56:14.848 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-11T16:56:14.848 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-11T16:56:15.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:14.477485+0000 mon.smithi115 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi115.ltfvnr(active, since 3s) 2024-02-11T16:56:15.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:14.844914+0000 mon.smithi115 (mon.0) 25 : audit [INF] from='client.? 172.21.15.115:0/541716094' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-11T16:56:17.410 INFO:teuthology.orchestra.run.smithi115.stderr:Enabling cephadm module... 2024-02-11T16:56:21.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:20.617027+0000 mon.smithi115 (mon.0) 26 : audit [INF] from='client.? 172.21.15.115:0/3574614877' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-11T16:56:21.991 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:20.670031+0000 mon.smithi115 (mon.0) 27 : audit [INF] from='client.? 172.21.15.115:0/3574614877' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-11T16:56:21.991 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:20.670078+0000 mon.smithi115 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi115.ltfvnr(active, since 9s) 2024-02-11T16:56:25.693 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: { 2024-02-11T16:56:25.693 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-11T16:56:25.693 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "available": true, 2024-02-11T16:56:25.694 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "active_name": "smithi115.ltfvnr", 2024-02-11T16:56:25.694 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-11T16:56:25.694 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: } 2024-02-11T16:56:25.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:25.692159+0000 mon.smithi115 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.115:0/2994762747' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-11T16:56:26.310 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for the mgr to restart... 2024-02-11T16:56:26.310 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for mgr epoch 5... 2024-02-11T16:56:26.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:25.933706+0000 mon.smithi115 (mon.0) 30 : cluster [INF] Active manager daemon smithi115.ltfvnr restarted 2024-02-11T16:56:26.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:25.933916+0000 mon.smithi115 (mon.0) 31 : cluster [INF] Activating manager daemon smithi115.ltfvnr 2024-02-11T16:56:26.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:25.936430+0000 mon.smithi115 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-11T16:56:26.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:25.936512+0000 mon.smithi115 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi115.ltfvnr(active, starting, since 0.00267061s) 2024-02-11T16:56:26.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:25.937401+0000 mon.smithi115 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata", "id": "smithi115"}]: dispatch 2024-02-11T16:56:26.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:25.937941+0000 mon.smithi115 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mgr metadata", "who": "smithi115.ltfvnr", "id": "smithi115.ltfvnr"}]: dispatch 2024-02-11T16:56:26.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:25.938533+0000 mon.smithi115 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T16:56:26.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:25.938692+0000 mon.smithi115 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T16:56:26.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:25.938824+0000 mon.smithi115 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T16:56:26.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:25.940782+0000 mon.smithi115 (mon.0) 39 : cluster [INF] Manager daemon smithi115.ltfvnr is now available 2024-02-11T16:56:26.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:56:25.950329+0000 mgr.smithi115.ltfvnr (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-11T16:56:26.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:25.952837+0000 mon.smithi115 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:26.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:26.036901+0000 mon.smithi115 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:26.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:26.037940+0000 mon.smithi115 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:56:26.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:26.039186+0000 mon.smithi115 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:56:26.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:26.041598+0000 mon.smithi115 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:56:26.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:26.054645+0000 mon.smithi115 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.ltfvnr/mirror_snapshot_schedule"}]: dispatch 2024-02-11T16:56:26.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:26.056181+0000 mon.smithi115 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.ltfvnr/trash_purge_schedule"}]: dispatch 2024-02-11T16:56:26.947 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: { 2024-02-11T16:56:26.947 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-11T16:56:26.947 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "initialized": true 2024-02-11T16:56:26.947 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: } 2024-02-11T16:56:27.442 INFO:teuthology.orchestra.run.smithi115.stderr:mgr epoch 5 is available 2024-02-11T16:56:27.442 INFO:teuthology.orchestra.run.smithi115.stderr:Setting orchestrator backend to cephadm... 2024-02-11T16:56:28.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:26.940010+0000 mgr.smithi115.ltfvnr (mgr.14116) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-11T16:56:28.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:26.940506+0000 mon.smithi115 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi115.ltfvnr(active, since 1.00666s) 2024-02-11T16:56:28.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:26.945921+0000 mgr.smithi115.ltfvnr (mgr.14116) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-11T16:56:29.516 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: value unchanged 2024-02-11T16:56:29.536 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:28.192800+0000 mgr.smithi115.ltfvnr (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:29.536 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:28.197015+0000 mon.smithi115 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:29.536 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:28.216032+0000 mon.smithi115 (mon.0) 49 : audit [DBG] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:56:29.537 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:28.941550+0000 mon.smithi115 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi115.ltfvnr(active, since 3s) 2024-02-11T16:56:30.146 INFO:teuthology.orchestra.run.smithi115.stderr:Generating ssh key... 2024-02-11T16:56:30.402 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:29.515227+0000 mgr.smithi115.ltfvnr (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:32.242 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC10hL1fysHsF+8HtGZh8pGdBWjN2b6WFZyweLLwT71nUvwZa05C4+pkfhKdtFYR94+qSvds0q1xq6v2peTbEsGSGgnekZtVrsLkJ+BKsVaOShHHkD/1LYROI1J9yOnmC4HARC14JVbOfSqKrmxeGGqlQfR94/9duy6xRB+p5XtgBVZpX1z7u5Q9BxoUOxlILaKPfMK9tz7ApcHa9O7OwR+mYk/tpEH4GFxye7QX+2GGOSgAMLgdZXSQ+g/OxpGgEQjUoEBhy422elMuEgZ+FkQeo2XfYndy8VExlUO911LUHXSNfecW9LmPsgnstgRVcL83CQoOZylCfh8p/WGscjfFgchevYCrGG7A1R51VL+slPYV/FzG9Fq18n5m3O+DcCOdhrEdJ6uqdyqltVKcLBf2xeqomyk+6DJjX4QfoikWqiIZ2aze3dD5E+5EDjcItz+LJeL/jTpJYOvuKolW24ddHj+FPFXfFKXrHOF8f1O50RCNnkLh5RDlFvPJdgM8x0= ceph-55d221fe-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:56:32.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:30.865017+0000 mgr.smithi115.ltfvnr (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:32.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:56:30.865245+0000 mgr.smithi115.ltfvnr (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-02-11T16:56:32.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:31.051367+0000 mon.smithi115 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:32.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:31.053212+0000 mon.smithi115 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:32.792 INFO:teuthology.orchestra.run.smithi115.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-11T16:56:32.792 INFO:teuthology.orchestra.run.smithi115.stderr:Adding key to root@localhost authorized_keys... 2024-02-11T16:56:32.795 INFO:teuthology.orchestra.run.smithi115.stderr:Adding host smithi115... 2024-02-11T16:56:33.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:32.241378+0000 mgr.smithi115.ltfvnr (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:34.076 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: Added host 'smithi115' with addr '172.21.15.115' 2024-02-11T16:56:34.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:33.459986+0000 mgr.smithi115.ltfvnr (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi115", "addr": "172.21.15.115", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:34.732 INFO:teuthology.orchestra.run.smithi115.stderr:Deploying mon service with default placement... 2024-02-11T16:56:35.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:34.073942+0000 mon.smithi115 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:35.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:56:34.074193+0000 mgr.smithi115.ltfvnr (mgr.14116) 10 : cephadm [INF] Added host smithi115 2024-02-11T16:56:35.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:34.097897+0000 mon.smithi115 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:56:35.624 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-11T16:56:36.438 INFO:teuthology.orchestra.run.smithi115.stderr:Deploying mgr service with default placement... 2024-02-11T16:56:36.719 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:35.619420+0000 mgr.smithi115.ltfvnr (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:36.720 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:56:35.620839+0000 mgr.smithi115.ltfvnr (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-11T16:56:36.720 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:35.623088+0000 mon.smithi115 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:37.283 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-11T16:56:37.862 INFO:teuthology.orchestra.run.smithi115.stderr:Deploying crash service with default placement... 2024-02-11T16:56:38.486 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:37.279274+0000 mgr.smithi115.ltfvnr (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:38.486 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:56:37.280086+0000 mgr.smithi115.ltfvnr (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-11T16:56:38.486 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:37.282316+0000 mon.smithi115 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:38.956 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-11T16:56:39.603 INFO:teuthology.orchestra.run.smithi115.stderr:Deploying prometheus service with default placement... 2024-02-11T16:56:39.606 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:38.507929+0000 mon.smithi115 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:39.606 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:38.783508+0000 mon.smithi115 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:39.606 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:38.954931+0000 mon.smithi115 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:40.580 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-11T16:56:40.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:38.950989+0000 mgr.smithi115.ltfvnr (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:40.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:56:38.951944+0000 mgr.smithi115.ltfvnr (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-02-11T16:56:41.247 INFO:teuthology.orchestra.run.smithi115.stderr:Deploying grafana service with default placement... 2024-02-11T16:56:41.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:40.575378+0000 mgr.smithi115.ltfvnr (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:41.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:56:40.576180+0000 mgr.smithi115.ltfvnr (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-11T16:56:41.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:40.578888+0000 mon.smithi115 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:41.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:41.300455+0000 mon.smithi115 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:41.995 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-11T16:56:43.066 INFO:teuthology.orchestra.run.smithi115.stderr:Deploying node-exporter service with default placement... 2024-02-11T16:56:43.069 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:41.989893+0000 mgr.smithi115.ltfvnr (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:43.070 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:56:41.990717+0000 mgr.smithi115.ltfvnr (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-11T16:56:43.070 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:41.993933+0000 mon.smithi115 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:44.002 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-11T16:56:44.675 INFO:teuthology.orchestra.run.smithi115.stderr:Deploying alertmanager service with default placement... 2024-02-11T16:56:44.930 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:43.857706+0000 mgr.smithi115.ltfvnr (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:44.930 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:56:43.858559+0000 mgr.smithi115.ltfvnr (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-11T16:56:44.930 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:43.860728+0000 mon.smithi115 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:45.435 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-11T16:56:46.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:45.431481+0000 mgr.smithi115.ltfvnr (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:46.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:56:45.432324+0000 mgr.smithi115.ltfvnr (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-11T16:56:46.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:45.434509+0000 mon.smithi115 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.115:0/1912940072' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:47.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:45.940059+0000 mgr.smithi115.ltfvnr (mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:47.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:46.871063+0000 mon.smithi115 (mon.0) 65 : audit [INF] from='client.? 172.21.15.115:0/3372546462' entity='client.admin' 2024-02-11T16:56:49.045 INFO:teuthology.orchestra.run.smithi115.stderr:Enabling the dashboard module... 2024-02-11T16:56:49.302 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:47.940327+0000 mgr.smithi115.ltfvnr (mgr.14116) 26 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:49.302 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:48.281084+0000 mon.smithi115 (mon.0) 66 : audit [INF] from='client.? 172.21.15.115:0/1874524191' entity='client.admin' 2024-02-11T16:56:50.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:50 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:49.826599+0000 mon.smithi115 (mon.0) 67 : audit [INF] from='client.? 172.21.15.115:0/4154586997' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-11T16:56:51.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:50.284725+0000 mon.smithi115 (mon.0) 68 : audit [INF] from='client.? 172.21.15.115:0/4154586997' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-11T16:56:51.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:50.284786+0000 mon.smithi115 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi115.ltfvnr(active, since 24s) 2024-02-11T16:56:52.598 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: { 2024-02-11T16:56:52.599 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-11T16:56:52.599 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "available": true, 2024-02-11T16:56:52.599 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "active_name": "smithi115.ltfvnr", 2024-02-11T16:56:52.599 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-11T16:56:52.599 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: } 2024-02-11T16:56:52.882 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:52.596806+0000 mon.smithi115 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.115:0/1825437026' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-11T16:56:53.319 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for the mgr to restart... 2024-02-11T16:56:53.319 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for mgr epoch 9... 2024-02-11T16:56:55.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:55.615894+0000 mon.smithi115 (mon.0) 71 : cluster [INF] Active manager daemon smithi115.ltfvnr restarted 2024-02-11T16:56:55.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:55.616102+0000 mon.smithi115 (mon.0) 72 : cluster [INF] Activating manager daemon smithi115.ltfvnr 2024-02-11T16:56:55.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:55.621501+0000 mon.smithi115 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-11T16:56:55.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:55.621621+0000 mon.smithi115 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi115.ltfvnr(active, starting, since 0.00560368s) 2024-02-11T16:56:55.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:55.622595+0000 mon.smithi115 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata", "id": "smithi115"}]: dispatch 2024-02-11T16:56:55.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:55.623387+0000 mon.smithi115 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mgr metadata", "who": "smithi115.ltfvnr", "id": "smithi115.ltfvnr"}]: dispatch 2024-02-11T16:56:55.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:55.624065+0000 mon.smithi115 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T16:56:55.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:55.624190+0000 mon.smithi115 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T16:56:55.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:55.624308+0000 mon.smithi115 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T16:56:55.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:55.638217+0000 mon.smithi115 (mon.0) 80 : cluster [INF] Manager daemon smithi115.ltfvnr is now available 2024-02-11T16:56:56.628 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: { 2024-02-11T16:56:56.628 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-11T16:56:56.628 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "initialized": true 2024-02-11T16:56:56.628 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: } 2024-02-11T16:56:56.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:55.731296+0000 mon.smithi115 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:56:56.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:55.732519+0000 mon.smithi115 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:56:56.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:55.760233+0000 mon.smithi115 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.ltfvnr/mirror_snapshot_schedule"}]: dispatch 2024-02-11T16:56:56.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:55.762048+0000 mon.smithi115 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.ltfvnr/trash_purge_schedule"}]: dispatch 2024-02-11T16:56:56.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:56.620769+0000 mon.smithi115 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi115.ltfvnr(active, since 1.00475s) 2024-02-11T16:56:57.755 INFO:teuthology.orchestra.run.smithi115.stderr:mgr epoch 9 is available 2024-02-11T16:56:57.755 INFO:teuthology.orchestra.run.smithi115.stderr:Generating a dashboard self-signed certificate... 2024-02-11T16:56:57.948 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:56.620134+0000 mgr.smithi115.ltfvnr (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-11T16:56:57.948 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:56.626316+0000 mgr.smithi115.ltfvnr (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-11T16:56:57.948 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:57.327671+0000 mon.smithi115 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:58.588 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-11T16:56:59.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:56:58.329197+0000 mon.smithi115 (mon.0) 87 : cluster [DBG] mgrmap e12: smithi115.ltfvnr(active, since 2s) 2024-02-11T16:56:59.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:58.497091+0000 mgr.smithi115.ltfvnr (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:59.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:58.585203+0000 mon.smithi115 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:59.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:56:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:56:58.587050+0000 mon.smithi115 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:56:59.682 INFO:teuthology.orchestra.run.smithi115.stderr:Creating initial admin user... 2024-02-11T16:57:01.020 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$86LxfmSBcY2OXJWiqbwB/eaF.M//672D8jpiN4f.jjSSV/5tgbThO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707670621, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-11T16:57:01.751 INFO:teuthology.orchestra.run.smithi115.stderr:Fetching dashboard port number... 2024-02-11T16:57:02.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:00.794576+0000 mgr.smithi115.ltfvnr (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:57:02.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:01.019055+0000 mon.smithi115 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:57:02.464 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 8443 2024-02-11T16:57:03.143 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:02.020457+0000 mon.smithi115 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi115.ltfvnr(active, since 6s) 2024-02-11T16:57:03.143 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:02.463938+0000 mon.smithi115 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.115:0/1598633071' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-11T16:57:03.149 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: disabled 2024-02-11T16:57:03.157 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: inactive 2024-02-11T16:57:03.157 INFO:teuthology.orchestra.run.smithi115.stderr:firewalld.service is not enabled 2024-02-11T16:57:03.157 INFO:teuthology.orchestra.run.smithi115.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-11T16:57:03.160 INFO:teuthology.orchestra.run.smithi115.stderr:Ceph Dashboard is now available at: 2024-02-11T16:57:03.160 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-02-11T16:57:03.160 INFO:teuthology.orchestra.run.smithi115.stderr: URL: https://smithi115.front.sepia.ceph.com:8443/ 2024-02-11T16:57:03.160 INFO:teuthology.orchestra.run.smithi115.stderr: User: admin 2024-02-11T16:57:03.160 INFO:teuthology.orchestra.run.smithi115.stderr: Password: 2zd4fnba9t 2024-02-11T16:57:03.161 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-02-11T16:57:03.161 INFO:teuthology.orchestra.run.smithi115.stderr:Enabling autotune for osd_memory_target 2024-02-11T16:57:05.494 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-11T16:57:06.204 INFO:teuthology.orchestra.run.smithi115.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-11T16:57:06.205 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-02-11T16:57:06.205 INFO:teuthology.orchestra.run.smithi115.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-11T16:57:06.205 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-02-11T16:57:06.205 INFO:teuthology.orchestra.run.smithi115.stderr:Or, if you are only running a single cluster on this host: 2024-02-11T16:57:06.205 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-02-11T16:57:06.205 INFO:teuthology.orchestra.run.smithi115.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-11T16:57:06.205 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-02-11T16:57:06.205 INFO:teuthology.orchestra.run.smithi115.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-11T16:57:06.205 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-02-11T16:57:06.205 INFO:teuthology.orchestra.run.smithi115.stderr: ceph telemetry on 2024-02-11T16:57:06.205 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-02-11T16:57:06.205 INFO:teuthology.orchestra.run.smithi115.stderr:For more information see: 2024-02-11T16:57:06.205 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-02-11T16:57:06.205 INFO:teuthology.orchestra.run.smithi115.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-11T16:57:06.206 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-02-11T16:57:06.206 INFO:teuthology.orchestra.run.smithi115.stderr:Bootstrap complete. 2024-02-11T16:57:06.240 INFO:tasks.cephadm:Fetching config... 2024-02-11T16:57:06.240 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-11T16:57:06.240 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-11T16:57:06.258 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-11T16:57:06.258 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-11T16:57:06.258 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-11T16:57:06.315 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-11T16:57:06.315 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-11T16:57:06.315 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/keyring of=/dev/stdout 2024-02-11T16:57:06.382 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-11T16:57:06.382 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-11T16:57:06.382 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-11T16:57:06.441 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-11T16:57:06.441 DEBUG:teuthology.orchestra.run.smithi115:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC10hL1fysHsF+8HtGZh8pGdBWjN2b6WFZyweLLwT71nUvwZa05C4+pkfhKdtFYR94+qSvds0q1xq6v2peTbEsGSGgnekZtVrsLkJ+BKsVaOShHHkD/1LYROI1J9yOnmC4HARC14JVbOfSqKrmxeGGqlQfR94/9duy6xRB+p5XtgBVZpX1z7u5Q9BxoUOxlILaKPfMK9tz7ApcHa9O7OwR+mYk/tpEH4GFxye7QX+2GGOSgAMLgdZXSQ+g/OxpGgEQjUoEBhy422elMuEgZ+FkQeo2XfYndy8VExlUO911LUHXSNfecW9LmPsgnstgRVcL83CQoOZylCfh8p/WGscjfFgchevYCrGG7A1R51VL+slPYV/FzG9Fq18n5m3O+DcCOdhrEdJ6uqdyqltVKcLBf2xeqomyk+6DJjX4QfoikWqiIZ2aze3dD5E+5EDjcItz+LJeL/jTpJYOvuKolW24ddHj+FPFXfFKXrHOF8f1O50RCNnkLh5RDlFvPJdgM8x0= ceph-55d221fe-c8fe-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-11T16:57:06.521 INFO:teuthology.orchestra.run.smithi115.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC10hL1fysHsF+8HtGZh8pGdBWjN2b6WFZyweLLwT71nUvwZa05C4+pkfhKdtFYR94+qSvds0q1xq6v2peTbEsGSGgnekZtVrsLkJ+BKsVaOShHHkD/1LYROI1J9yOnmC4HARC14JVbOfSqKrmxeGGqlQfR94/9duy6xRB+p5XtgBVZpX1z7u5Q9BxoUOxlILaKPfMK9tz7ApcHa9O7OwR+mYk/tpEH4GFxye7QX+2GGOSgAMLgdZXSQ+g/OxpGgEQjUoEBhy422elMuEgZ+FkQeo2XfYndy8VExlUO911LUHXSNfecW9LmPsgnstgRVcL83CQoOZylCfh8p/WGscjfFgchevYCrGG7A1R51VL+slPYV/FzG9Fq18n5m3O+DcCOdhrEdJ6uqdyqltVKcLBf2xeqomyk+6DJjX4QfoikWqiIZ2aze3dD5E+5EDjcItz+LJeL/jTpJYOvuKolW24ddHj+FPFXfFKXrHOF8f1O50RCNnkLh5RDlFvPJdgM8x0= ceph-55d221fe-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:57:06.533 DEBUG:teuthology.orchestra.run.smithi195:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC10hL1fysHsF+8HtGZh8pGdBWjN2b6WFZyweLLwT71nUvwZa05C4+pkfhKdtFYR94+qSvds0q1xq6v2peTbEsGSGgnekZtVrsLkJ+BKsVaOShHHkD/1LYROI1J9yOnmC4HARC14JVbOfSqKrmxeGGqlQfR94/9duy6xRB+p5XtgBVZpX1z7u5Q9BxoUOxlILaKPfMK9tz7ApcHa9O7OwR+mYk/tpEH4GFxye7QX+2GGOSgAMLgdZXSQ+g/OxpGgEQjUoEBhy422elMuEgZ+FkQeo2XfYndy8VExlUO911LUHXSNfecW9LmPsgnstgRVcL83CQoOZylCfh8p/WGscjfFgchevYCrGG7A1R51VL+slPYV/FzG9Fq18n5m3O+DcCOdhrEdJ6uqdyqltVKcLBf2xeqomyk+6DJjX4QfoikWqiIZ2aze3dD5E+5EDjcItz+LJeL/jTpJYOvuKolW24ddHj+FPFXfFKXrHOF8f1O50RCNnkLh5RDlFvPJdgM8x0= ceph-55d221fe-c8fe-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-11T16:57:06.579 INFO:teuthology.orchestra.run.smithi195.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC10hL1fysHsF+8HtGZh8pGdBWjN2b6WFZyweLLwT71nUvwZa05C4+pkfhKdtFYR94+qSvds0q1xq6v2peTbEsGSGgnekZtVrsLkJ+BKsVaOShHHkD/1LYROI1J9yOnmC4HARC14JVbOfSqKrmxeGGqlQfR94/9duy6xRB+p5XtgBVZpX1z7u5Q9BxoUOxlILaKPfMK9tz7ApcHa9O7OwR+mYk/tpEH4GFxye7QX+2GGOSgAMLgdZXSQ+g/OxpGgEQjUoEBhy422elMuEgZ+FkQeo2XfYndy8VExlUO911LUHXSNfecW9LmPsgnstgRVcL83CQoOZylCfh8p/WGscjfFgchevYCrGG7A1R51VL+slPYV/FzG9Fq18n5m3O+DcCOdhrEdJ6uqdyqltVKcLBf2xeqomyk+6DJjX4QfoikWqiIZ2aze3dD5E+5EDjcItz+LJeL/jTpJYOvuKolW24ddHj+FPFXfFKXrHOF8f1O50RCNnkLh5RDlFvPJdgM8x0= ceph-55d221fe-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:57:06.591 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-11T16:57:06.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:05.490735+0000 mon.smithi115 (mon.0) 93 : audit [INF] from='client.? 172.21.15.115:0/1462248536' entity='client.admin' 2024-02-11T16:57:09.781 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-11T16:57:09.782 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-11T16:57:10.094 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:09.008171+0000 mon.smithi115 (mon.0) 94 : audit [INF] from='client.? 172.21.15.115:0/3529272184' entity='client.admin' 2024-02-11T16:57:13.317 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi195 2024-02-11T16:57:13.317 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-02-11T16:57:13.317 DEBUG:teuthology.orchestra.run.smithi195:> dd of=/etc/ceph/ceph.conf 2024-02-11T16:57:13.339 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-02-11T16:57:13.339 DEBUG:teuthology.orchestra.run.smithi195:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-11T16:57:13.401 INFO:tasks.cephadm:Adding host smithi195 to orchestrator... 2024-02-11T16:57:13.401 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch host add smithi195 2024-02-11T16:57:13.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:12.477987+0000 mgr.smithi115.ltfvnr (mgr.14156) 5 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:57:13.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:12.480447+0000 mon.smithi115 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:57:13.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:12.993103+0000 mon.smithi115 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:57:13.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:13.428720+0000 mon.smithi115 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:57:13.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:13.429430+0000 mon.smithi115 (mon.0) 98 : audit [DBG] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:57:13.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:13.429969+0000 mon.smithi115 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T16:57:14.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:57:13.430974+0000 mgr.smithi115.ltfvnr (mgr.14156) 6 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-02-11T16:57:14.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:57:13.450386+0000 mgr.smithi115.ltfvnr (mgr.14156) 7 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-02-11T16:57:14.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:13.479212+0000 mon.smithi115 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:57:14.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:13.483688+0000 mon.smithi115 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:57:14.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:57:13.491408+0000 mgr.smithi115.ltfvnr (mgr.14156) 8 : cephadm [INF] Deploying daemon alertmanager.smithi115 on smithi115 2024-02-11T16:57:17.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:15.625547+0000 mgr.smithi115.ltfvnr (mgr.14156) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:18.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:17.625915+0000 mgr.smithi115.ltfvnr (mgr.14156) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:21.123 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:19.626359+0000 mgr.smithi115.ltfvnr (mgr.14156) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:22.813 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:21.466974+0000 mon.smithi115 (mon.0) 102 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:57:22.813 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:21.468442+0000 mon.smithi115 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi115", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-11T16:57:22.813 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:21.470818+0000 mon.smithi115 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi115", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-11T16:57:22.813 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:21.471376+0000 mon.smithi115 (mon.0) 105 : audit [DBG] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:57:22.813 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:57:21.471912+0000 mgr.smithi115.ltfvnr (mgr.14156) 12 : cephadm [INF] Deploying daemon crash.smithi115 on smithi115 2024-02-11T16:57:22.813 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:21.626592+0000 mgr.smithi115.ltfvnr (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:25.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:23.626995+0000 mgr.smithi115.ltfvnr (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:25.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:23.702739+0000 mon.smithi115 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:57:25.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:23.956006+0000 mon.smithi115 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:57:25.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:23.958471+0000 mon.smithi115 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:57:25.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:23.960477+0000 mon.smithi115 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-11T16:57:25.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:23.960809+0000 mgr.smithi115.ltfvnr (mgr.14156) 15 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-11T16:57:25.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:23.963851+0000 mon.smithi115 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:57:25.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:57:23.970774+0000 mgr.smithi115.ltfvnr (mgr.14156) 16 : cephadm [INF] Deploying daemon grafana.smithi115 on smithi115 2024-02-11T16:57:27.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:25.627395+0000 mgr.smithi115.ltfvnr (mgr.14156) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:27.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:25.761278+0000 mon.smithi115 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:57:29.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:27.627612+0000 mgr.smithi115.ltfvnr (mgr.14156) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:31.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:29.627852+0000 mgr.smithi115.ltfvnr (mgr.14156) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:33.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:31.628070+0000 mgr.smithi115.ltfvnr (mgr.14156) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:34.999 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:33.628333+0000 mgr.smithi115.ltfvnr (mgr.14156) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:37.017 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:35.628615+0000 mgr.smithi115.ltfvnr (mgr.14156) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:38.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:37.012251+0000 mon.smithi115 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:57:38.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:57:37.014443+0000 mgr.smithi115.ltfvnr (mgr.14156) 23 : cephadm [INF] Deploying daemon node-exporter.smithi115 on smithi115 2024-02-11T16:57:39.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:37.628894+0000 mgr.smithi115.ltfvnr (mgr.14156) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:41.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:39.629195+0000 mgr.smithi115.ltfvnr (mgr.14156) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:41.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:39.744665+0000 mon.smithi115 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:57:41.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:39.746919+0000 mon.smithi115 (mon.0) 114 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-11T16:57:42.071 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:40.746908+0000 mon.smithi115 (mon.0) 115 : audit [INF] from='mgr.14156 172.21.15.115:0/82666194' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-11T16:57:42.071 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:40.746963+0000 mon.smithi115 (mon.0) 116 : cluster [DBG] mgrmap e14: smithi115.ltfvnr(active, since 45s) 2024-02-11T16:57:46.343 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:46.039671+0000 mon.smithi115 (mon.0) 117 : cluster [INF] Active manager daemon smithi115.ltfvnr restarted 2024-02-11T16:57:46.343 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:46.039909+0000 mon.smithi115 (mon.0) 118 : cluster [INF] Activating manager daemon smithi115.ltfvnr 2024-02-11T16:57:46.343 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:46.042706+0000 mon.smithi115 (mon.0) 119 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-11T16:57:46.343 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:46.042824+0000 mon.smithi115 (mon.0) 120 : cluster [DBG] mgrmap e15: smithi115.ltfvnr(active, starting, since 0.00300596s) 2024-02-11T16:57:46.344 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:46.043904+0000 mon.smithi115 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata", "id": "smithi115"}]: dispatch 2024-02-11T16:57:46.344 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:46.044526+0000 mon.smithi115 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mgr metadata", "who": "smithi115.ltfvnr", "id": "smithi115.ltfvnr"}]: dispatch 2024-02-11T16:57:46.344 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:46.045130+0000 mon.smithi115 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T16:57:46.344 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:46.045353+0000 mon.smithi115 (mon.0) 124 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T16:57:46.344 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:46.045571+0000 mon.smithi115 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T16:57:46.344 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:46.059212+0000 mon.smithi115 (mon.0) 126 : cluster [INF] Manager daemon smithi115.ltfvnr is now available 2024-02-11T16:57:47.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:46.152354+0000 mon.smithi115 (mon.0) 127 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:57:47.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:46.153720+0000 mon.smithi115 (mon.0) 128 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:57:47.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:46.177384+0000 mon.smithi115 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:57:47.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:46.188343+0000 mon.smithi115 (mon.0) 130 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.ltfvnr/mirror_snapshot_schedule"}]: dispatch 2024-02-11T16:57:47.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:46.195630+0000 mon.smithi115 (mon.0) 131 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.ltfvnr/trash_purge_schedule"}]: dispatch 2024-02-11T16:57:47.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:47.044186+0000 mon.smithi115 (mon.0) 132 : cluster [DBG] mgrmap e16: smithi115.ltfvnr(active, since 1.00437s) 2024-02-11T16:57:47.669 INFO:teuthology.orchestra.run.smithi195.stdout:Added host 'smithi195' with addr '172.21.15.195' 2024-02-11T16:57:48.386 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch host ls --format=json 2024-02-11T16:57:49.013 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:47.667510+0000 mon.smithi115 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:57:49.014 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:57:47.667819+0000 mgr.smithi115.ltfvnr (mgr.14180) 2 : cephadm [INF] Added host smithi195 2024-02-11T16:57:50.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:48.669687+0000 mon.smithi115 (mon.0) 134 : cluster [DBG] mgrmap e17: smithi115.ltfvnr(active, since 2s) 2024-02-11T16:57:50.350 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-02-11T16:57:50.350 INFO:teuthology.orchestra.run.smithi195.stdout:[{"addr": "172.21.15.115", "hostname": "smithi115", "labels": [], "status": ""}, {"addr": "172.21.15.195", "hostname": "smithi195", "labels": [], "status": ""}] 2024-02-11T16:57:50.945 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-11T16:57:50.945 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd crush tunables default 2024-02-11T16:57:51.304 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:50.302619+0000 mon.smithi115 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:57:51.304 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:50.348349+0000 mgr.smithi115.ltfvnr (mgr.14180) 3 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:51.305 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:50.583089+0000 mon.smithi115 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:57:51.305 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:50.583999+0000 mon.smithi115 (mon.0) 137 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:57:51.305 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:50.584605+0000 mon.smithi115 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T16:57:51.305 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:57:50.585624+0000 mgr.smithi115.ltfvnr (mgr.14180) 4 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-02-11T16:57:51.305 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:57:50.615138+0000 mgr.smithi115.ltfvnr (mgr.14180) 5 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-02-11T16:57:51.305 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:50.635288+0000 mon.smithi115 (mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:57:51.305 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:50.640505+0000 mon.smithi115 (mon.0) 140 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:57:51.305 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:57:50.652373+0000 mgr.smithi115.ltfvnr (mgr.14180) 6 : cephadm [INF] Deploying daemon prometheus.smithi115 on smithi115 2024-02-11T16:57:53.860 INFO:teuthology.orchestra.run.smithi115.stderr:adjusted tunables profile to default 2024-02-11T16:57:54.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:53.802149+0000 mon.smithi115 (mon.0) 141 : audit [INF] from='client.? 172.21.15.115:0/1849562411' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-11T16:57:54.932 INFO:tasks.cephadm:Adding mon.smithi115 on smithi115 2024-02-11T16:57:54.932 INFO:tasks.cephadm:Adding mon.smithi195 on smithi195 2024-02-11T16:57:54.932 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch apply mon '2;smithi115:172.21.15.115=smithi115;smithi195:172.21.15.195=smithi195' 2024-02-11T16:57:55.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:53.857236+0000 mon.smithi115 (mon.0) 142 : audit [INF] from='client.? 172.21.15.115:0/1849562411' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-11T16:57:55.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:57:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:57:53.857280+0000 mon.smithi115 (mon.0) 143 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-11T16:57:59.386 INFO:teuthology.orchestra.run.smithi195.stdout:Scheduled mon update... 2024-02-11T16:58:00.037 DEBUG:teuthology.orchestra.run.smithi195:mon.smithi195> sudo journalctl -f -n 0 -u ceph-55d221fe-c8fe-11ee-95b9-87774f69a715@mon.smithi195.service 2024-02-11T16:58:00.039 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:00.040 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:00.069 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:-- Logs begin at Sun 2024-02-11 16:48:45 UTC. -- 2024-02-11T16:58:00.478 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:59.380865+0000 mgr.smithi115.ltfvnr (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi115:172.21.15.115=smithi115;smithi195:172.21.15.195=smithi195", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:58:00.478 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:57:59.382636+0000 mgr.smithi115.ltfvnr (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi115:172.21.15.115=smithi115;smithi195:172.21.15.195=smithi195;count:2 2024-02-11T16:58:00.478 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:57:59.385023+0000 mon.smithi115 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:02.294 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-02-11T16:58:02.294 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"55d221fe-c8fe-11ee-95b9-87774f69a715","modified":"2024-02-11T16:55:54.034141Z","created":"2024-02-11T16:55:54.034141Z","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":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:58:02.295 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-02-11T16:58:02.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:02.293144+0000 mon.smithi115 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.195:0/2386499919' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:04.065 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:04.065 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:04.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:02.803624+0000 mon.smithi115 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:04.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:02.804607+0000 mon.smithi115 (mon.0) 147 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:58:04.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:03.252149+0000 mon.smithi115 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:04.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:03.526125+0000 mon.smithi115 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:07.280 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-02-11T16:58:07.280 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"55d221fe-c8fe-11ee-95b9-87774f69a715","modified":"2024-02-11T16:55:54.034141Z","created":"2024-02-11T16:55:54.034141Z","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":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:58:07.282 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-02-11T16:58:07.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:06.047546+0000 mgr.smithi115.ltfvnr (mgr.14180) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:07.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:06.179897+0000 mon.smithi115 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:08.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:07.279271+0000 mon.smithi115 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.195:0/2615285727' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:08.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:07.891346+0000 mon.smithi115 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:09.326 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:09.326 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:09.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:08.047874+0000 mgr.smithi115.ltfvnr (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:09.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:09.104323+0000 mon.smithi115 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:09.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:09.105193+0000 mon.smithi115 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi195", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:58:11.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:10.048302+0000 mgr.smithi115.ltfvnr (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:13.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:12.048565+0000 mgr.smithi115.ltfvnr (mgr.14180) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:13.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:12.513407+0000 mon.smithi115 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:13.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:12.514160+0000 mon.smithi115 (mon.0) 156 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:58:13.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:12.514824+0000 mon.smithi115 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T16:58:13.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:58:12.515723+0000 mgr.smithi115.ltfvnr (mgr.14180) 13 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2024-02-11T16:58:13.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:13.202559+0000 mon.smithi115 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:13.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:13.205374+0000 mon.smithi115 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:13.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:13.207067+0000 mon.smithi115 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi195", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-11T16:58:13.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:13.209957+0000 mon.smithi115 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi195", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-11T16:58:13.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:13.210698+0000 mon.smithi115 (mon.0) 162 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:58:14.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:58:12.808958+0000 mgr.smithi115.ltfvnr (mgr.14180) 14 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.client.admin.keyring 2024-02-11T16:58:14.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:58:13.211360+0000 mgr.smithi115.ltfvnr (mgr.14180) 15 : cephadm [INF] Deploying daemon crash.smithi195 on smithi195 2024-02-11T16:58:15.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:14.048958+0000 mgr.smithi115.ltfvnr (mgr.14180) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:17.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:16.049221+0000 mgr.smithi115.ltfvnr (mgr.14180) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:19.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:18.049608+0000 mgr.smithi115.ltfvnr (mgr.14180) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:20.149 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-02-11T16:58:20.150 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"55d221fe-c8fe-11ee-95b9-87774f69a715","modified":"2024-02-11T16:55:54.034141Z","created":"2024-02-11T16:55:54.034141Z","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":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:58:20.152 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-02-11T16:58:20.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:20.148737+0000 mon.smithi115 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.195:0/1597918027' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:21.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:20.050007+0000 mgr.smithi115.ltfvnr (mgr.14180) 19 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:22.627 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:22.627 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:23.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:22.050281+0000 mgr.smithi115.ltfvnr (mgr.14180) 20 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:23.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:22.391295+0000 mon.smithi115 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:23.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:22.393490+0000 mon.smithi115 (mon.0) 165 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi195.xvxjwu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-11T16:58:23.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:22.395418+0000 mon.smithi115 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi195.xvxjwu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-11T16:58:23.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:22.396156+0000 mon.smithi115 (mon.0) 167 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-11T16:58:23.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:22.397064+0000 mon.smithi115 (mon.0) 168 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:58:23.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:58:22.397711+0000 mgr.smithi115.ltfvnr (mgr.14180) 21 : cephadm [INF] Deploying daemon mgr.smithi195.xvxjwu on smithi195 2024-02-11T16:58:25.422 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-02-11T16:58:25.423 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"55d221fe-c8fe-11ee-95b9-87774f69a715","modified":"2024-02-11T16:55:54.034141Z","created":"2024-02-11T16:55:54.034141Z","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":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:58:25.424 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-02-11T16:58:25.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:24.050574+0000 mgr.smithi115.ltfvnr (mgr.14180) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:26.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:25.421208+0000 mon.smithi115 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.195:0/1140637811' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:26.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:25.973602+0000 mon.smithi115 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:26.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:25.975643+0000 mon.smithi115 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-11T16:58:26.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:25.976395+0000 mon.smithi115 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:58:26.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:26.188208+0000 mon.smithi115 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:27.407 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:27.407 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:27.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:58:25.977010+0000 mgr.smithi115.ltfvnr (mgr.14180) 23 : cephadm [INF] Deploying daemon mon.smithi195 on smithi195 2024-02-11T16:58:27.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:26.050891+0000 mgr.smithi115.ltfvnr (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:29.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:28.051209+0000 mgr.smithi115.ltfvnr (mgr.14180) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:30.139 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-02-11T16:58:30.139 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"55d221fe-c8fe-11ee-95b9-87774f69a715","modified":"2024-02-11T16:55:54.034141Z","created":"2024-02-11T16:55:54.034141Z","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":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:58:30.141 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-02-11T16:58:30.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:30.138519+0000 mon.smithi115 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.195:0/3668684920' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:31.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:30.051504+0000 mgr.smithi115.ltfvnr (mgr.14180) 26 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:31.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:31.341629+0000 mon.smithi115 (mon.0) 175 : cluster [DBG] Standby manager daemon smithi195.xvxjwu started 2024-02-11T16:58:31.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:31.343438+0000 mon.smithi115 (mon.0) 176 : audit [DBG] from='mgr.? 172.21.15.195:0/2218158072' entity='mgr.smithi195.xvxjwu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi195.xvxjwu/crt"}]: dispatch 2024-02-11T16:58:31.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:31.343851+0000 mon.smithi115 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.195:0/2218158072' entity='mgr.smithi195.xvxjwu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-11T16:58:31.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:31.345633+0000 mon.smithi115 (mon.0) 178 : audit [DBG] from='mgr.? 172.21.15.195:0/2218158072' entity='mgr.smithi195.xvxjwu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi195.xvxjwu/key"}]: dispatch 2024-02-11T16:58:31.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:31.346656+0000 mon.smithi115 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.195:0/2218158072' entity='mgr.smithi195.xvxjwu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-11T16:58:31.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:31 smithi195 bash[40503]: 55893bafd8102f9873a2bada7d1a81937c8a4e3c7f5e402cfa586ef3e40749c5 2024-02-11T16:58:31.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:31 smithi195 systemd[1]: Started Ceph mon.smithi195 for 55d221fe-c8fe-11ee-95b9-87774f69a715. 2024-02-11T16:58:32.039 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:32.040 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:36.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:31.536021+0000 mon.smithi115 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata", "id": "smithi115"}]: dispatch 2024-02-11T16:58:36.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:31.536261+0000 mon.smithi115 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-02-11T16:58:36.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:31.536369+0000 mon.smithi115 (mon.0) 185 : cluster [INF] mon.smithi115 calling monitor election 2024-02-11T16:58:36.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:32.051869+0000 mgr.smithi115.ltfvnr (mgr.14180) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:36.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:32.530259+0000 mon.smithi115 (mon.0) 186 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-02-11T16:58:36.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:33.530720+0000 mon.smithi115 (mon.0) 187 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-02-11T16:58:36.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:33.531623+0000 mon.smithi195 (mon.1) 1 : cluster [INF] mon.smithi195 calling monitor election 2024-02-11T16:58:36.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:34.052196+0000 mgr.smithi115.ltfvnr (mgr.14180) 28 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:36.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:34.530499+0000 mon.smithi115 (mon.0) 188 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-02-11T16:58:36.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:35.530943+0000 mon.smithi115 (mon.0) 189 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-02-11T16:58:36.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:36.530786+0000 mon.smithi115 (mon.0) 190 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-02-11T16:58:36.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:36.565688+0000 mon.smithi115 (mon.0) 191 : cluster [INF] mon.smithi115 is new leader, mons smithi115,smithi195 in quorum (ranks 0,1) 2024-02-11T16:58:36.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:36.568784+0000 mon.smithi115 (mon.0) 192 : cluster [DBG] monmap e2: 2 mons at {smithi115=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0],smithi195=[v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0]} removed_ranks: {} 2024-02-11T16:58:36.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:36.581283+0000 mon.smithi115 (mon.0) 193 : cluster [DBG] fsmap 2024-02-11T16:58:36.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:36.581321+0000 mon.smithi115 (mon.0) 194 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-11T16:58:36.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:36.581675+0000 mon.smithi115 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi115.ltfvnr(active, since 50s), standbys: smithi195.xvxjwu 2024-02-11T16:58:36.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:36.581847+0000 mon.smithi115 (mon.0) 196 : cluster [INF] overall HEALTH_OK 2024-02-11T16:58:36.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:36.585367+0000 mon.smithi115 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:36.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:31.536021+0000 mon.smithi115 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata", "id": "smithi115"}]: dispatch 2024-02-11T16:58:36.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:31.536261+0000 mon.smithi115 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-02-11T16:58:36.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:31.536369+0000 mon.smithi115 (mon.0) 185 : cluster [INF] mon.smithi115 calling monitor election 2024-02-11T16:58:36.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:32.051869+0000 mgr.smithi115.ltfvnr (mgr.14180) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:36.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:32.530259+0000 mon.smithi115 (mon.0) 186 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-02-11T16:58:36.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:33.530720+0000 mon.smithi115 (mon.0) 187 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-02-11T16:58:36.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:33.531623+0000 mon.smithi195 (mon.1) 1 : cluster [INF] mon.smithi195 calling monitor election 2024-02-11T16:58:36.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:34.052196+0000 mgr.smithi115.ltfvnr (mgr.14180) 28 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:36.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:34.530499+0000 mon.smithi115 (mon.0) 188 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-02-11T16:58:36.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:35.530943+0000 mon.smithi115 (mon.0) 189 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-02-11T16:58:36.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:36.530786+0000 mon.smithi115 (mon.0) 190 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-02-11T16:58:36.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:36.565688+0000 mon.smithi115 (mon.0) 191 : cluster [INF] mon.smithi115 is new leader, mons smithi115,smithi195 in quorum (ranks 0,1) 2024-02-11T16:58:36.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:36.568784+0000 mon.smithi115 (mon.0) 192 : cluster [DBG] monmap e2: 2 mons at {smithi115=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0],smithi195=[v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0]} removed_ranks: {} 2024-02-11T16:58:36.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:36.581283+0000 mon.smithi115 (mon.0) 193 : cluster [DBG] fsmap 2024-02-11T16:58:36.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:36.581321+0000 mon.smithi115 (mon.0) 194 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-11T16:58:36.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:36.581675+0000 mon.smithi115 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi115.ltfvnr(active, since 50s), standbys: smithi195.xvxjwu 2024-02-11T16:58:36.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:36.581847+0000 mon.smithi115 (mon.0) 196 : cluster [INF] overall HEALTH_OK 2024-02-11T16:58:36.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:36.585367+0000 mon.smithi115 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:37.267 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-02-11T16:58:37.267 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":2,"fsid":"55d221fe-c8fe-11ee-95b9-87774f69a715","modified":"2024-02-11T16:58:31.530443Z","created":"2024-02-11T16:55:54.034141Z","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":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi195","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:3300","nonce":0},{"type":"v1","addr":"172.21.15.195:6789","nonce":0}]},"addr":"172.21.15.195:6789/0","public_addr":"172.21.15.195:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-11T16:58:37.268 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 2 2024-02-11T16:58:37.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:36.052517+0000 mgr.smithi115.ltfvnr (mgr.14180) 29 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:37.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:58:36.587146+0000 mgr.smithi115.ltfvnr (mgr.14180) 30 : cephadm [INF] Deploying daemon node-exporter.smithi195 on smithi195 2024-02-11T16:58:37.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:37.264569+0000 mon.smithi115 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.195:0/315074808' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:37.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:37.530983+0000 mon.smithi115 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-02-11T16:58:37.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:36.052517+0000 mgr.smithi115.ltfvnr (mgr.14180) 29 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:37.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:58:36.587146+0000 mgr.smithi115.ltfvnr (mgr.14180) 30 : cephadm [INF] Deploying daemon node-exporter.smithi195 on smithi195 2024-02-11T16:58:37.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:37.264569+0000 mon.smithi115 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.195:0/315074808' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:37.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:37.530983+0000 mon.smithi115 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-02-11T16:58:38.030 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-11T16:58:38.030 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph config generate-minimal-conf 2024-02-11T16:58:39.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:38.052812+0000 mgr.smithi115.ltfvnr (mgr.14180) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:39.947 INFO:teuthology.orchestra.run.smithi115.stdout:# minimal ceph.conf for 55d221fe-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:58:39.947 INFO:teuthology.orchestra.run.smithi115.stdout:[global] 2024-02-11T16:58:39.947 INFO:teuthology.orchestra.run.smithi115.stdout: fsid = 55d221fe-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:58:39.947 INFO:teuthology.orchestra.run.smithi115.stdout: mon_host = [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] 2024-02-11T16:58:39.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:38.052812+0000 mgr.smithi115.ltfvnr (mgr.14180) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:40.529 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-11T16:58:40.530 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-11T16:58:40.530 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/ceph/ceph.conf 2024-02-11T16:58:40.561 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-11T16:58:40.561 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-11T16:58:40.628 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-02-11T16:58:40.628 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/ceph/ceph.conf 2024-02-11T16:58:40.660 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-02-11T16:58:40.660 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-11T16:58:40.726 INFO:tasks.cephadm:Deploying OSDs... 2024-02-11T16:58:40.727 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-11T16:58:40.727 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/scratch_devs of=/dev/stdout 2024-02-11T16:58:40.745 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-11T16:58:40.745 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/nvme1n1 2024-02-11T16:58:40.802 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/nvme1n1 2024-02-11T16:58:40.802 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T16:58:40.802 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 6h/6d Inode: 186144 Links: 1 Device type: 103,1 2024-02-11T16:58:40.802 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T16:58:40.802 INFO:teuthology.orchestra.run.smithi115.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-11T16:58:40.802 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-02-11 16:57:10.813781479 +0000 2024-02-11T16:58:40.802 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-02-11 16:55:15.900056162 +0000 2024-02-11T16:58:40.803 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-02-11 16:55:15.900056162 +0000 2024-02-11T16:58:40.803 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-02-11T16:58:40.803 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-11T16:58:40.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:39.946442+0000 mon.smithi115 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.115:0/2204653159' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:58:40.867 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-02-11T16:58:40.868 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-02-11T16:58:40.868 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.0002694 s, 1.9 MB/s 2024-02-11T16:58:40.869 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-11T16:58:40.928 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/nvme2n1 2024-02-11T16:58:40.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:39.946442+0000 mon.smithi115 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.115:0/2204653159' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:58:40.985 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/nvme2n1 2024-02-11T16:58:40.985 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T16:58:40.985 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 6h/6d Inode: 186200 Links: 1 Device type: 103,2 2024-02-11T16:58:40.985 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T16:58:40.985 INFO:teuthology.orchestra.run.smithi115.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-11T16:58:40.985 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-02-11 16:57:10.824781261 +0000 2024-02-11T16:58:40.985 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-02-11 16:55:16.049053214 +0000 2024-02-11T16:58:40.986 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-02-11 16:55:16.049053214 +0000 2024-02-11T16:58:40.986 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-02-11T16:58:40.986 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-11T16:58:41.052 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-02-11T16:58:41.052 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-02-11T16:58:41.052 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000260516 s, 2.0 MB/s 2024-02-11T16:58:41.052 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-11T16:58:41.110 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/nvme3n1 2024-02-11T16:58:41.169 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/nvme3n1 2024-02-11T16:58:41.169 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T16:58:41.169 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 6h/6d Inode: 186253 Links: 1 Device type: 103,3 2024-02-11T16:58:41.169 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T16:58:41.169 INFO:teuthology.orchestra.run.smithi115.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-11T16:58:41.169 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-02-11 16:57:10.834781063 +0000 2024-02-11T16:58:41.169 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-02-11 16:55:16.195050325 +0000 2024-02-11T16:58:41.169 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-02-11 16:55:16.195050325 +0000 2024-02-11T16:58:41.169 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-02-11T16:58:41.170 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-11T16:58:41.234 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-02-11T16:58:41.235 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-02-11T16:58:41.235 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000208269 s, 2.5 MB/s 2024-02-11T16:58:41.236 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-11T16:58:41.295 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/nvme4n1 2024-02-11T16:58:41.353 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/nvme4n1 2024-02-11T16:58:41.353 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T16:58:41.353 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 6h/6d Inode: 186304 Links: 1 Device type: 103,4 2024-02-11T16:58:41.353 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T16:58:41.353 INFO:teuthology.orchestra.run.smithi115.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-11T16:58:41.353 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-02-11 16:57:10.845780845 +0000 2024-02-11T16:58:41.353 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-02-11 16:55:16.339047475 +0000 2024-02-11T16:58:41.353 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-02-11 16:55:16.339047475 +0000 2024-02-11T16:58:41.353 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-02-11T16:58:41.353 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-11T16:58:41.417 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-02-11T16:58:41.418 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-02-11T16:58:41.418 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.00023305 s, 2.2 MB/s 2024-02-11T16:58:41.419 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-11T16:58:41.477 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-02-11T16:58:41.477 DEBUG:teuthology.orchestra.run.smithi195:> dd if=/scratch_devs of=/dev/stdout 2024-02-11T16:58:41.495 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-11T16:58:41.495 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/nvme1n1 2024-02-11T16:58:41.553 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/nvme1n1 2024-02-11T16:58:41.554 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T16:58:41.554 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 6h/6d Inode: 189380 Links: 1 Device type: 103,1 2024-02-11T16:58:41.554 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T16:58:41.554 INFO:teuthology.orchestra.run.smithi195.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-11T16:58:41.554 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2024-02-11 16:58:06.493445622 +0000 2024-02-11T16:58:41.554 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2024-02-11 16:55:17.519629958 +0000 2024-02-11T16:58:41.554 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2024-02-11 16:55:17.519629958 +0000 2024-02-11T16:58:41.554 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: - 2024-02-11T16:58:41.554 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-11T16:58:41.619 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2024-02-11T16:58:41.620 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2024-02-11T16:58:41.620 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 0.00014969 s, 3.4 MB/s 2024-02-11T16:58:41.621 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-11T16:58:41.682 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/nvme2n1 2024-02-11T16:58:41.741 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/nvme2n1 2024-02-11T16:58:41.741 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T16:58:41.742 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 6h/6d Inode: 192932 Links: 1 Device type: 103,2 2024-02-11T16:58:41.742 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T16:58:41.742 INFO:teuthology.orchestra.run.smithi195.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-11T16:58:41.742 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2024-02-11 16:58:06.502445451 +0000 2024-02-11T16:58:41.742 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2024-02-11 16:55:17.665627239 +0000 2024-02-11T16:58:41.742 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2024-02-11 16:55:17.665627239 +0000 2024-02-11T16:58:41.742 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: - 2024-02-11T16:58:41.742 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-11T16:58:41.809 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2024-02-11T16:58:41.809 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2024-02-11T16:58:41.810 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 0.00013756 s, 3.7 MB/s 2024-02-11T16:58:41.811 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-11T16:58:41.872 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/nvme3n1 2024-02-11T16:58:41.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:40.053093+0000 mgr.smithi115.ltfvnr (mgr.14180) 32 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:41.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:41.193395+0000 mon.smithi115 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:41.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:41.490271+0000 mon.smithi115 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:41.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:41.491504+0000 mon.smithi115 (mon.0) 203 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:58:41.930 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/nvme3n1 2024-02-11T16:58:41.930 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T16:58:41.930 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 6h/6d Inode: 193033 Links: 1 Device type: 103,3 2024-02-11T16:58:41.930 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T16:58:41.930 INFO:teuthology.orchestra.run.smithi195.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-11T16:58:41.930 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2024-02-11 16:58:06.510445299 +0000 2024-02-11T16:58:41.930 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2024-02-11 16:55:17.809624558 +0000 2024-02-11T16:58:41.930 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2024-02-11 16:55:17.809624558 +0000 2024-02-11T16:58:41.930 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: - 2024-02-11T16:58:41.930 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-11T16:58:41.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:40.053093+0000 mgr.smithi115.ltfvnr (mgr.14180) 32 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:41.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:41.193395+0000 mon.smithi115 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:41.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:41.490271+0000 mon.smithi115 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:41.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:41.491504+0000 mon.smithi115 (mon.0) 203 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:58:41.974 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2024-02-11T16:58:41.974 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2024-02-11T16:58:41.974 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 0.00013013 s, 3.9 MB/s 2024-02-11T16:58:41.975 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-11T16:58:42.034 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/nvme4n1 2024-02-11T16:58:42.093 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/nvme4n1 2024-02-11T16:58:42.093 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T16:58:42.093 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 6h/6d Inode: 191221 Links: 1 Device type: 103,4 2024-02-11T16:58:42.093 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T16:58:42.093 INFO:teuthology.orchestra.run.smithi195.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-11T16:58:42.093 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2024-02-11 16:58:06.518445146 +0000 2024-02-11T16:58:42.093 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2024-02-11 16:55:17.954621858 +0000 2024-02-11T16:58:42.093 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2024-02-11 16:55:17.954621858 +0000 2024-02-11T16:58:42.094 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: - 2024-02-11T16:58:42.094 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-11T16:58:42.160 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2024-02-11T16:58:42.160 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2024-02-11T16:58:42.160 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 0.000103567 s, 4.9 MB/s 2024-02-11T16:58:42.161 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-11T16:58:42.220 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-11T16:58:43.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:42.053354+0000 mgr.smithi115.ltfvnr (mgr.14180) 33 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:43.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:42.053354+0000 mgr.smithi115.ltfvnr (mgr.14180) 33 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:44.925 INFO:teuthology.orchestra.run.smithi195.stdout:Scheduled osd.all-available-devices update... 2024-02-11T16:58:45.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:44.053788+0000 mgr.smithi115.ltfvnr (mgr.14180) 34 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:45.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:44.924163+0000 mon.smithi115 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:45.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:45.062953+0000 mon.smithi115 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:45.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:45.069478+0000 mon.smithi115 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:45.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:45.070327+0000 mon.smithi115 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:58:45.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:45.071145+0000 mon.smithi115 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T16:58:45.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:45.098044+0000 mon.smithi115 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:45.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:45.101527+0000 mon.smithi115 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:45.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:45.105135+0000 mon.smithi115 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:45.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:45.109826+0000 mon.smithi115 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T16:58:45.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:45.113711+0000 mon.smithi115 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T16:58:45.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:45.114742+0000 mon.smithi115 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T16:58:45.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:45.114982+0000 mon.smithi115 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:58:45.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:45.115511+0000 mon.smithi115 (mon.0) 216 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:58:45.835 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-11T16:58:45.836 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:58:45.859 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:44.053788+0000 mgr.smithi115.ltfvnr (mgr.14180) 34 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:45.859 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:44.924163+0000 mon.smithi115 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:45.859 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:45.062953+0000 mon.smithi115 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:45.859 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:45.069478+0000 mon.smithi115 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:45.859 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:45.070327+0000 mon.smithi115 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:58:45.859 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:45.071145+0000 mon.smithi115 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T16:58:45.859 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:45.098044+0000 mon.smithi115 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:45.859 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:45.101527+0000 mon.smithi115 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:45.859 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:45.105135+0000 mon.smithi115 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:45.859 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:45.109826+0000 mon.smithi115 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T16:58:45.859 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:45.113711+0000 mon.smithi115 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T16:58:45.859 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:45.114742+0000 mon.smithi115 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T16:58:45.859 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:45.114982+0000 mon.smithi115 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:58:45.860 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:45.115511+0000 mon.smithi115 (mon.0) 216 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:58:46.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:44.916614+0000 mgr.smithi115.ltfvnr (mgr.14180) 35 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:58:46.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:58:44.918456+0000 mgr.smithi115.ltfvnr (mgr.14180) 36 : cephadm [INF] Marking host: smithi115 for OSDSpec preview refresh. 2024-02-11T16:58:46.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:58:44.918530+0000 mgr.smithi115.ltfvnr (mgr.14180) 37 : cephadm [INF] Marking host: smithi195 for OSDSpec preview refresh. 2024-02-11T16:58:46.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:58:44.918865+0000 mgr.smithi115.ltfvnr (mgr.14180) 38 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-11T16:58:46.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:58:45.072158+0000 mgr.smithi115.ltfvnr (mgr.14180) 39 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-02-11T16:58:46.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:58:45.072467+0000 mgr.smithi115.ltfvnr (mgr.14180) 40 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2024-02-11T16:58:46.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:46.197358+0000 mon.smithi115 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:46.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:44.916614+0000 mgr.smithi115.ltfvnr (mgr.14180) 35 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:58:46.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:58:44.918456+0000 mgr.smithi115.ltfvnr (mgr.14180) 36 : cephadm [INF] Marking host: smithi115 for OSDSpec preview refresh. 2024-02-11T16:58:46.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:58:44.918530+0000 mgr.smithi115.ltfvnr (mgr.14180) 37 : cephadm [INF] Marking host: smithi195 for OSDSpec preview refresh. 2024-02-11T16:58:46.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:58:44.918865+0000 mgr.smithi115.ltfvnr (mgr.14180) 38 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-11T16:58:46.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:58:45.072158+0000 mgr.smithi115.ltfvnr (mgr.14180) 39 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-02-11T16:58:46.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:58:45.072467+0000 mgr.smithi115.ltfvnr (mgr.14180) 40 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2024-02-11T16:58:46.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:46.197358+0000 mon.smithi115 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:58:47.879 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:46.054126+0000 mgr.smithi115.ltfvnr (mgr.14180) 41 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:47.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:46.054126+0000 mgr.smithi115.ltfvnr (mgr.14180) 41 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:48.488 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:58:48.806 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:48.393597+0000 mon.smithi195 (mon.1) 2 : audit [INF] from='client.? 172.21.15.195:0/1195411893' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97fb9cf1-5128-45e8-92c2-e7436f7cf3e1"}]: dispatch 2024-02-11T16:58:48.806 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:48.393988+0000 mon.smithi115 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97fb9cf1-5128-45e8-92c2-e7436f7cf3e1"}]: dispatch 2024-02-11T16:58:48.806 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:48.398592+0000 mon.smithi115 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97fb9cf1-5128-45e8-92c2-e7436f7cf3e1"}]': finished 2024-02-11T16:58:48.806 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:48.398665+0000 mon.smithi115 (mon.0) 220 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-11T16:58:48.807 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:48.398809+0000 mon.smithi115 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:58:48.807 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:48.488018+0000 mon.smithi115 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.115:0/2039525981' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:58:48.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:48.393597+0000 mon.smithi195 (mon.1) 2 : audit [INF] from='client.? 172.21.15.195:0/1195411893' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97fb9cf1-5128-45e8-92c2-e7436f7cf3e1"}]: dispatch 2024-02-11T16:58:48.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:48.393988+0000 mon.smithi115 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97fb9cf1-5128-45e8-92c2-e7436f7cf3e1"}]: dispatch 2024-02-11T16:58:48.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:48.398592+0000 mon.smithi115 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97fb9cf1-5128-45e8-92c2-e7436f7cf3e1"}]': finished 2024-02-11T16:58:48.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:48.398665+0000 mon.smithi115 (mon.0) 220 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-11T16:58:48.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:48.398809+0000 mon.smithi115 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:58:48.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:48.488018+0000 mon.smithi115 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.115:0/2039525981' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:58:49.257 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1707670728,"num_remapped_pgs":0} 2024-02-11T16:58:49.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:48.054379+0000 mgr.smithi115.ltfvnr (mgr.14180) 42 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:49.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:49.402378+0000 mon.smithi115 (mon.0) 223 : audit [INF] from='client.? 172.21.15.115:0/56917122' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65614a5c-1037-46cc-926e-3fd56295fcee"}]: dispatch 2024-02-11T16:58:49.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:49.405815+0000 mon.smithi115 (mon.0) 224 : audit [INF] from='client.? 172.21.15.115:0/56917122' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "65614a5c-1037-46cc-926e-3fd56295fcee"}]': finished 2024-02-11T16:58:49.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:49.405852+0000 mon.smithi115 (mon.0) 225 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-11T16:58:49.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:49.405942+0000 mon.smithi115 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:58:49.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:49.406201+0000 mon.smithi115 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:58:49.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:49.597920+0000 mon.smithi195 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.195:0/364694039' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:58:49.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:48.054379+0000 mgr.smithi115.ltfvnr (mgr.14180) 42 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:49.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:49.402378+0000 mon.smithi115 (mon.0) 223 : audit [INF] from='client.? 172.21.15.115:0/56917122' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65614a5c-1037-46cc-926e-3fd56295fcee"}]: dispatch 2024-02-11T16:58:49.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:49.405815+0000 mon.smithi115 (mon.0) 224 : audit [INF] from='client.? 172.21.15.115:0/56917122' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "65614a5c-1037-46cc-926e-3fd56295fcee"}]': finished 2024-02-11T16:58:49.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:49.405852+0000 mon.smithi115 (mon.0) 225 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-11T16:58:49.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:49.405942+0000 mon.smithi115 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:58:49.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:49.406201+0000 mon.smithi115 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:58:49.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:49.597920+0000 mon.smithi195 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.195:0/364694039' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:58:50.258 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:58:51.758 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:50.054717+0000 mgr.smithi115.ltfvnr (mgr.14180) 43 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:51.758 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:50.709388+0000 mon.smithi195 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.115:0/2994326643' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:58:51.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:50.054717+0000 mgr.smithi115.ltfvnr (mgr.14180) 43 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:51.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:50.709388+0000 mon.smithi195 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.115:0/2994326643' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:58:52.465 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:58:52.747 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:52.100286+0000 mon.smithi195 (mon.1) 5 : audit [INF] from='client.? 172.21.15.195:0/4131493425' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e063cee5-3a64-4e69-8c71-04bf3215e01c"}]: dispatch 2024-02-11T16:58:52.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:52.100678+0000 mon.smithi115 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e063cee5-3a64-4e69-8c71-04bf3215e01c"}]: dispatch 2024-02-11T16:58:52.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:52.106687+0000 mon.smithi115 (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e063cee5-3a64-4e69-8c71-04bf3215e01c"}]': finished 2024-02-11T16:58:52.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:52.106728+0000 mon.smithi115 (mon.0) 230 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-11T16:58:52.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:52.106818+0000 mon.smithi115 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:58:52.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:52.107053+0000 mon.smithi115 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:58:52.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:52.107200+0000 mon.smithi115 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:58:52.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:52.464058+0000 mon.smithi115 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.115:0/204127635' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:58:52.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:52.100286+0000 mon.smithi195 (mon.1) 5 : audit [INF] from='client.? 172.21.15.195:0/4131493425' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e063cee5-3a64-4e69-8c71-04bf3215e01c"}]: dispatch 2024-02-11T16:58:52.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:52.100678+0000 mon.smithi115 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e063cee5-3a64-4e69-8c71-04bf3215e01c"}]: dispatch 2024-02-11T16:58:52.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:52.106687+0000 mon.smithi115 (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e063cee5-3a64-4e69-8c71-04bf3215e01c"}]': finished 2024-02-11T16:58:52.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:52.106728+0000 mon.smithi115 (mon.0) 230 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-11T16:58:52.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:52.106818+0000 mon.smithi115 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:58:52.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:52.107053+0000 mon.smithi115 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:58:52.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:52.107200+0000 mon.smithi115 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:58:52.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:52.464058+0000 mon.smithi115 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.115:0/204127635' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:58:53.141 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1707670732,"num_remapped_pgs":0} 2024-02-11T16:58:53.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:52.054960+0000 mgr.smithi115.ltfvnr (mgr.14180) 44 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:53.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:53.237358+0000 mon.smithi115 (mon.0) 235 : audit [INF] from='client.? 172.21.15.115:0/988180106' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bd88b276-08d1-456b-a346-91584aad9ce1"}]: dispatch 2024-02-11T16:58:53.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:53.243359+0000 mon.smithi115 (mon.0) 236 : audit [INF] from='client.? 172.21.15.115:0/988180106' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bd88b276-08d1-456b-a346-91584aad9ce1"}]': finished 2024-02-11T16:58:53.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:53.243398+0000 mon.smithi115 (mon.0) 237 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-11T16:58:53.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:53.243485+0000 mon.smithi115 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:58:53.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:53.243712+0000 mon.smithi115 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:58:53.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:53.243848+0000 mon.smithi115 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:58:53.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:53.243978+0000 mon.smithi115 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:58:53.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:53.348805+0000 mon.smithi195 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.195:0/3518241882' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:58:54.142 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:58:54.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:52.054960+0000 mgr.smithi115.ltfvnr (mgr.14180) 44 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:54.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:53.237358+0000 mon.smithi115 (mon.0) 235 : audit [INF] from='client.? 172.21.15.115:0/988180106' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bd88b276-08d1-456b-a346-91584aad9ce1"}]: dispatch 2024-02-11T16:58:54.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:53.243359+0000 mon.smithi115 (mon.0) 236 : audit [INF] from='client.? 172.21.15.115:0/988180106' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bd88b276-08d1-456b-a346-91584aad9ce1"}]': finished 2024-02-11T16:58:54.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:53.243398+0000 mon.smithi115 (mon.0) 237 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-11T16:58:54.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:53.243485+0000 mon.smithi115 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:58:54.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:53.243712+0000 mon.smithi115 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:58:54.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:53.243848+0000 mon.smithi115 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:58:54.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:53.243978+0000 mon.smithi115 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:58:54.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:53.348805+0000 mon.smithi195 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.195:0/3518241882' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:58:54.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:54.510681+0000 mon.smithi115 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.115:0/610643369' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:58:54.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:54.510681+0000 mon.smithi115 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.115:0/610643369' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:58:55.937 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:54.055166+0000 mgr.smithi115.ltfvnr (mgr.14180) 45 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:56.129 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:58:56.155 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:54.055166+0000 mgr.smithi115.ltfvnr (mgr.14180) 45 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:56.902 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:55.851197+0000 mon.smithi195 (mon.1) 7 : audit [INF] from='client.? 172.21.15.195:0/2388601725' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "548f9342-87c8-488e-9c9a-6a6dfd57aacc"}]: dispatch 2024-02-11T16:58:56.902 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:55.851702+0000 mon.smithi115 (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "548f9342-87c8-488e-9c9a-6a6dfd57aacc"}]: dispatch 2024-02-11T16:58:56.902 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:55.860164+0000 mon.smithi115 (mon.0) 244 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "548f9342-87c8-488e-9c9a-6a6dfd57aacc"}]': finished 2024-02-11T16:58:56.902 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:55.860225+0000 mon.smithi115 (mon.0) 245 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-11T16:58:56.902 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:55.860339+0000 mon.smithi115 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:58:56.902 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:55.860624+0000 mon.smithi115 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:58:56.902 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:55.860791+0000 mon.smithi115 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:58:56.902 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:55.860954+0000 mon.smithi115 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:58:56.902 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:55.861112+0000 mon.smithi115 (mon.0) 250 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:58:56.902 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:56.128766+0000 mon.smithi115 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.115:0/911202585' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:58:56.927 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1707670735,"num_remapped_pgs":0} 2024-02-11T16:58:56.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:55.851197+0000 mon.smithi195 (mon.1) 7 : audit [INF] from='client.? 172.21.15.195:0/2388601725' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "548f9342-87c8-488e-9c9a-6a6dfd57aacc"}]: dispatch 2024-02-11T16:58:56.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:55.851702+0000 mon.smithi115 (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "548f9342-87c8-488e-9c9a-6a6dfd57aacc"}]: dispatch 2024-02-11T16:58:56.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:55.860164+0000 mon.smithi115 (mon.0) 244 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "548f9342-87c8-488e-9c9a-6a6dfd57aacc"}]': finished 2024-02-11T16:58:56.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:55.860225+0000 mon.smithi115 (mon.0) 245 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-11T16:58:56.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:55.860339+0000 mon.smithi115 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:58:56.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:55.860624+0000 mon.smithi115 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:58:56.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:55.860791+0000 mon.smithi115 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:58:56.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:55.860954+0000 mon.smithi115 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:58:56.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:55.861112+0000 mon.smithi115 (mon.0) 250 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:58:56.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:56.128766+0000 mon.smithi115 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.115:0/911202585' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:58:57.929 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:58:57.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:56.055388+0000 mgr.smithi115.ltfvnr (mgr.14180) 46 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:57.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:57.053631+0000 mon.smithi115 (mon.0) 252 : audit [INF] from='client.? 172.21.15.115:0/1735187829' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "925d5341-c244-4a2d-842d-d6f1d7ed90f4"}]: dispatch 2024-02-11T16:58:57.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:57.061615+0000 mon.smithi115 (mon.0) 253 : audit [INF] from='client.? 172.21.15.115:0/1735187829' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "925d5341-c244-4a2d-842d-d6f1d7ed90f4"}]': finished 2024-02-11T16:58:57.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:57.061654+0000 mon.smithi115 (mon.0) 254 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-11T16:58:57.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:57.061744+0000 mon.smithi115 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:58:57.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:57.062006+0000 mon.smithi115 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:58:57.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:57.062129+0000 mon.smithi115 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:58:57.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:57.062262+0000 mon.smithi115 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:58:57.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:57.062383+0000 mon.smithi115 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:58:57.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:57.062514+0000 mon.smithi115 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:58:57.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:57.095618+0000 mon.smithi195 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.195:0/862241843' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:58:57.959 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:56.055388+0000 mgr.smithi115.ltfvnr (mgr.14180) 46 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:57.959 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:57.053631+0000 mon.smithi115 (mon.0) 252 : audit [INF] from='client.? 172.21.15.115:0/1735187829' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "925d5341-c244-4a2d-842d-d6f1d7ed90f4"}]: dispatch 2024-02-11T16:58:57.959 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:57.061615+0000 mon.smithi115 (mon.0) 253 : audit [INF] from='client.? 172.21.15.115:0/1735187829' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "925d5341-c244-4a2d-842d-d6f1d7ed90f4"}]': finished 2024-02-11T16:58:57.959 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:57.061654+0000 mon.smithi115 (mon.0) 254 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-11T16:58:57.959 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:57.061744+0000 mon.smithi115 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:58:57.959 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:57.062006+0000 mon.smithi115 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:58:57.959 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:57.062129+0000 mon.smithi115 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:58:57.959 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:57.062262+0000 mon.smithi115 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:58:57.959 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:57.062383+0000 mon.smithi115 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:58:57.959 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:57.062514+0000 mon.smithi115 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:58:57.959 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:57.095618+0000 mon.smithi195 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.195:0/862241843' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:58:58.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:58 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:58.304663+0000 mon.smithi115 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.115:0/1286885336' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:58:59.165 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:58.304663+0000 mon.smithi115 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.115:0/1286885336' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:58:59.719 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:58.055631+0000 mgr.smithi115.ltfvnr (mgr.14180) 47 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:59.719 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:59.602809+0000 mon.smithi195 (mon.1) 9 : audit [INF] from='client.? 172.21.15.195:0/303567339' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3b8d00cf-b314-4c44-ba15-7392f6310c49"}]: dispatch 2024-02-11T16:58:59.719 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:59.603042+0000 mon.smithi115 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3b8d00cf-b314-4c44-ba15-7392f6310c49"}]: dispatch 2024-02-11T16:58:59.719 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:59.606503+0000 mon.smithi115 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3b8d00cf-b314-4c44-ba15-7392f6310c49"}]': finished 2024-02-11T16:58:59.719 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:58:59.606547+0000 mon.smithi115 (mon.0) 264 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-11T16:58:59.719 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:59.606652+0000 mon.smithi115 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:58:59.719 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:59.606992+0000 mon.smithi115 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:58:59.719 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:59.607191+0000 mon.smithi115 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:58:59.719 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:59.607386+0000 mon.smithi115 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:58:59.719 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:59.607575+0000 mon.smithi115 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:58:59.719 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:59.607771+0000 mon.smithi115 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:58:59.719 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:58:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:58:59.607962+0000 mon.smithi115 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:58:59.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:58.055631+0000 mgr.smithi115.ltfvnr (mgr.14180) 47 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:59.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:59.602809+0000 mon.smithi195 (mon.1) 9 : audit [INF] from='client.? 172.21.15.195:0/303567339' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3b8d00cf-b314-4c44-ba15-7392f6310c49"}]: dispatch 2024-02-11T16:58:59.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:59.603042+0000 mon.smithi115 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3b8d00cf-b314-4c44-ba15-7392f6310c49"}]: dispatch 2024-02-11T16:58:59.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:59.606503+0000 mon.smithi115 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3b8d00cf-b314-4c44-ba15-7392f6310c49"}]': finished 2024-02-11T16:58:59.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:58:59.606547+0000 mon.smithi115 (mon.0) 264 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-11T16:58:59.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:59.606652+0000 mon.smithi115 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:58:59.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:59.606992+0000 mon.smithi115 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:58:59.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:59.607191+0000 mon.smithi115 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:58:59.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:59.607386+0000 mon.smithi115 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:58:59.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:59.607575+0000 mon.smithi115 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:58:59.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:59.607771+0000 mon.smithi115 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:58:59.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:58:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:58:59.607962+0000 mon.smithi115 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:00.132 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:59:00.818 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:00.131875+0000 mon.smithi115 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.115:0/1686639883' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:59:00.836 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1707670739,"num_remapped_pgs":0} 2024-02-11T16:59:00.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:00.131875+0000 mon.smithi115 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.115:0/1686639883' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:59:01.837 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:59:01.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:00.055877+0000 mgr.smithi115.ltfvnr (mgr.14180) 48 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:01.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:00.814378+0000 mon.smithi195 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.195:0/2986269624' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:59:01.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:00.854788+0000 mon.smithi115 (mon.0) 273 : audit [INF] from='client.? 172.21.15.115:0/1491756276' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f74200b9-d3fb-4d1a-8b88-0952486346ab"}]: dispatch 2024-02-11T16:59:01.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:00.862707+0000 mon.smithi115 (mon.0) 274 : audit [INF] from='client.? 172.21.15.115:0/1491756276' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f74200b9-d3fb-4d1a-8b88-0952486346ab"}]': finished 2024-02-11T16:59:01.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:00.862769+0000 mon.smithi115 (mon.0) 275 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-11T16:59:01.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:00.862855+0000 mon.smithi115 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:59:01.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:00.863103+0000 mon.smithi115 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:59:01.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:00.863228+0000 mon.smithi115 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:01.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:00.863372+0000 mon.smithi115 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:01.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:00.863494+0000 mon.smithi115 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:01.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:00.863625+0000 mon.smithi115 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:01.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:00.863765+0000 mon.smithi115 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:01.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:00.863887+0000 mon.smithi115 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:02.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:00.055877+0000 mgr.smithi115.ltfvnr (mgr.14180) 48 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:02.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:00.814378+0000 mon.smithi195 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.195:0/2986269624' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:59:02.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:00.854788+0000 mon.smithi115 (mon.0) 273 : audit [INF] from='client.? 172.21.15.115:0/1491756276' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f74200b9-d3fb-4d1a-8b88-0952486346ab"}]: dispatch 2024-02-11T16:59:02.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:00.862707+0000 mon.smithi115 (mon.0) 274 : audit [INF] from='client.? 172.21.15.115:0/1491756276' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f74200b9-d3fb-4d1a-8b88-0952486346ab"}]': finished 2024-02-11T16:59:02.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:00.862769+0000 mon.smithi115 (mon.0) 275 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-11T16:59:02.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:00.862855+0000 mon.smithi115 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:59:02.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:00.863103+0000 mon.smithi115 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:59:02.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:00.863228+0000 mon.smithi115 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:02.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:00.863372+0000 mon.smithi115 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:02.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:00.863494+0000 mon.smithi115 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:02.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:00.863625+0000 mon.smithi115 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:02.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:00.863765+0000 mon.smithi115 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:02.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:00.863887+0000 mon.smithi115 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:02.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:02.164539+0000 mon.smithi115 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.115:0/326821591' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:59:03.065 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:02 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:02.164539+0000 mon.smithi115 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.115:0/326821591' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:59:03.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:02.056137+0000 mgr.smithi115.ltfvnr (mgr.14180) 49 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:03.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:02.056137+0000 mgr.smithi115.ltfvnr (mgr.14180) 49 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:04.082 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:59:04.971 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:04 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:04.082220+0000 mon.smithi115 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.115:0/1530207745' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:59:04.991 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707670740,"num_remapped_pgs":0} 2024-02-11T16:59:05.179 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:04 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:04.082220+0000 mon.smithi115 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.115:0/1530207745' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:59:05.993 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:59:06.019 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:04.056385+0000 mgr.smithi115.ltfvnr (mgr.14180) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:06.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:04.056385+0000 mgr.smithi115.ltfvnr (mgr.14180) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:06.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:06.626627+0000 mon.smithi115 (mon.0) 286 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-11T16:59:06.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:06.627185+0000 mon.smithi115 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:06.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:06 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:06.626627+0000 mon.smithi115 (mon.0) 286 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-11T16:59:06.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:06 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:06.627185+0000 mon.smithi115 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:07.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:06.056637+0000 mgr.smithi115.ltfvnr (mgr.14180) 51 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:07.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:59:06.627630+0000 mgr.smithi115.ltfvnr (mgr.14180) 52 : cephadm [INF] Deploying daemon osd.0 on smithi195 2024-02-11T16:59:08.001 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:06.056637+0000 mgr.smithi115.ltfvnr (mgr.14180) 51 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:08.001 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:59:06.627630+0000 mgr.smithi115.ltfvnr (mgr.14180) 52 : cephadm [INF] Deploying daemon osd.0 on smithi195 2024-02-11T16:59:09.893 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:08.056889+0000 mgr.smithi115.ltfvnr (mgr.14180) 53 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:09.893 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:08.758408+0000 mon.smithi115 (mon.0) 288 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-11T16:59:09.893 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:08.759028+0000 mon.smithi115 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:09.893 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:59:08.759543+0000 mgr.smithi115.ltfvnr (mgr.14180) 54 : cephadm [INF] Deploying daemon osd.1 on smithi115 2024-02-11T16:59:09.910 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:59:10.014 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:08.056889+0000 mgr.smithi115.ltfvnr (mgr.14180) 53 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:10.014 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:08.758408+0000 mon.smithi115 (mon.0) 288 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-11T16:59:10.014 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:08.759028+0000 mon.smithi115 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:10.014 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:59:08.759543+0000 mgr.smithi115.ltfvnr (mgr.14180) 54 : cephadm [INF] Deploying daemon osd.1 on smithi115 2024-02-11T16:59:11.094 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:09.909584+0000 mon.smithi115 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.115:0/1494955821' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:59:11.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:09.909584+0000 mon.smithi115 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.115:0/1494955821' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:59:11.426 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707670740,"num_remapped_pgs":0} 2024-02-11T16:59:11.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:10.057136+0000 mgr.smithi115.ltfvnr (mgr.14180) 55 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:12.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:10.057136+0000 mgr.smithi115.ltfvnr (mgr.14180) 55 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:12.427 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:59:13.278 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:11.982916+0000 mon.smithi115 (mon.0) 291 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:13.278 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:11.983552+0000 mon.smithi115 (mon.0) 292 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-11T16:59:13.279 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:11.984202+0000 mon.smithi115 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:13.279 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:59:11.984670+0000 mgr.smithi115.ltfvnr (mgr.14180) 56 : cephadm [INF] Deploying daemon osd.2 on smithi195 2024-02-11T16:59:13.279 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:12.057327+0000 mgr.smithi115.ltfvnr (mgr.14180) 57 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:13.354 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:11.982916+0000 mon.smithi115 (mon.0) 291 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:13.354 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:11.983552+0000 mon.smithi115 (mon.0) 292 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-11T16:59:13.354 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:11.984202+0000 mon.smithi115 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:13.354 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:59:11.984670+0000 mgr.smithi115.ltfvnr (mgr.14180) 56 : cephadm [INF] Deploying daemon osd.2 on smithi195 2024-02-11T16:59:13.354 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:12.057327+0000 mgr.smithi115.ltfvnr (mgr.14180) 57 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:15.086 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:59:15.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:14.057569+0000 mgr.smithi115.ltfvnr (mgr.14180) 58 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:15.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:15.085674+0000 mon.smithi115 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.115:0/2014327361' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:59:15.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:15.091446+0000 mon.smithi195 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.195:6800/817858503,v1:172.21.15.195:6801/817858503]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-11T16:59:15.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:15.091999+0000 mon.smithi115 (mon.0) 295 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-11T16:59:15.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:14.057569+0000 mgr.smithi115.ltfvnr (mgr.14180) 58 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:15.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:15.085674+0000 mon.smithi115 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.115:0/2014327361' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:59:15.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:15.091446+0000 mon.smithi195 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.195:6800/817858503,v1:172.21.15.195:6801/817858503]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-11T16:59:15.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:15.091999+0000 mon.smithi115 (mon.0) 295 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-11T16:59:16.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:15.112736+0000 mon.smithi115 (mon.0) 296 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-11T16:59:16.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:15.112797+0000 mon.smithi115 (mon.0) 297 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-11T16:59:16.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:15.113127+0000 mon.smithi115 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:59:16.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:15.113324+0000 mon.smithi115 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:59:16.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:15.113494+0000 mon.smithi115 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:16.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:15.113651+0000 mon.smithi115 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:16.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:15.113802+0000 mon.smithi115 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:16.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:15.113936+0000 mon.smithi115 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:16.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:15.114100+0000 mon.smithi115 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:16.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:15.114352+0000 mon.smithi115 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:16.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:15.120631+0000 mon.smithi195 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.195:6800/817858503,v1:172.21.15.195:6801/817858503]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-02-11T16:59:16.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:15.123950+0000 mon.smithi115 (mon.0) 306 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-02-11T16:59:16.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:15.112736+0000 mon.smithi115 (mon.0) 296 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-11T16:59:16.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:15.112797+0000 mon.smithi115 (mon.0) 297 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-11T16:59:16.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:15.113127+0000 mon.smithi115 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:59:16.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:15.113324+0000 mon.smithi115 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:59:16.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:15.113494+0000 mon.smithi115 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:16.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:15.113651+0000 mon.smithi115 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:16.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:15.113802+0000 mon.smithi115 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:16.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:15.113936+0000 mon.smithi115 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:16.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:15.114100+0000 mon.smithi115 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:16.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:15.114352+0000 mon.smithi115 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:16.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:15.120631+0000 mon.smithi195 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.195:6800/817858503,v1:172.21.15.195:6801/817858503]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-02-11T16:59:16.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:15.123950+0000 mon.smithi115 (mon.0) 306 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-02-11T16:59:16.681 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707670740,"num_remapped_pgs":0} 2024-02-11T16:59:17.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:16.057818+0000 mgr.smithi115.ltfvnr (mgr.14180) 59 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:17.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:16.124232+0000 mon.smithi115 (mon.0) 307 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-02-11T16:59:17.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:16.124306+0000 mon.smithi115 (mon.0) 308 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-11T16:59:17.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:16.124641+0000 mon.smithi115 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:59:17.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:16.124845+0000 mon.smithi115 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:59:17.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:16.124984+0000 mon.smithi115 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:17.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:16.125117+0000 mon.smithi115 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:17.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:16.125312+0000 mon.smithi115 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:17.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:16.125490+0000 mon.smithi115 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:17.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:16.125699+0000 mon.smithi115 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:17.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:16.127940+0000 mon.smithi115 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:17.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:16.128518+0000 mon.smithi115 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:59:17.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:16.346862+0000 mon.smithi115 (mon.0) 318 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:17.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:16.347487+0000 mon.smithi115 (mon.0) 319 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-11T16:59:17.420 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:16.348052+0000 mon.smithi115 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:17.420 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:59:16.348496+0000 mgr.smithi115.ltfvnr (mgr.14180) 60 : cephadm [INF] Deploying daemon osd.3 on smithi115 2024-02-11T16:59:17.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:16.057818+0000 mgr.smithi115.ltfvnr (mgr.14180) 59 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:17.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:16.124232+0000 mon.smithi115 (mon.0) 307 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-02-11T16:59:17.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:16.124306+0000 mon.smithi115 (mon.0) 308 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-11T16:59:17.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:16.124641+0000 mon.smithi115 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:59:17.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:16.124845+0000 mon.smithi115 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:59:17.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:16.124984+0000 mon.smithi115 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:17.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:16.125117+0000 mon.smithi115 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:17.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:16.125312+0000 mon.smithi115 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:17.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:16.125490+0000 mon.smithi115 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:17.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:16.125699+0000 mon.smithi115 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:17.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:16.127940+0000 mon.smithi115 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:17.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:16.128518+0000 mon.smithi115 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:59:17.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:16.346862+0000 mon.smithi115 (mon.0) 318 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:17.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:16.347487+0000 mon.smithi115 (mon.0) 319 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-11T16:59:17.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:16.348052+0000 mon.smithi115 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:17.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:59:16.348496+0000 mgr.smithi115.ltfvnr (mgr.14180) 60 : cephadm [INF] Deploying daemon osd.3 on smithi115 2024-02-11T16:59:17.682 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:59:18.405 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:16.051991+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:59:18.406 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:16.052038+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:59:18.406 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:17.129498+0000 mon.smithi115 (mon.0) 321 : cluster [INF] osd.0 [v2:172.21.15.195:6800/817858503,v1:172.21.15.195:6801/817858503] boot 2024-02-11T16:59:18.406 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:17.129529+0000 mon.smithi115 (mon.0) 322 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-11T16:59:18.406 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:17.129823+0000 mon.smithi115 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:59:18.406 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:17.130078+0000 mon.smithi115 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:59:18.406 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:17.130235+0000 mon.smithi115 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:18.406 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:17.130366+0000 mon.smithi115 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:18.406 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:17.130499+0000 mon.smithi115 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:18.406 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:17.130632+0000 mon.smithi115 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:18.406 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:17.133396+0000 mon.smithi115 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:18.406 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:17.133549+0000 mon.smithi115 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:18.406 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:17.399778+0000 mon.smithi115 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:18.406 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:17.400429+0000 mon.smithi115 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-11T16:59:18.406 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:17.400980+0000 mon.smithi115 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:18.407 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:59:17.401471+0000 mgr.smithi115.ltfvnr (mgr.14180) 61 : cephadm [INF] Deploying daemon osd.4 on smithi195 2024-02-11T16:59:18.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:16.051991+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:59:18.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:16.052038+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:59:18.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:17.129498+0000 mon.smithi115 (mon.0) 321 : cluster [INF] osd.0 [v2:172.21.15.195:6800/817858503,v1:172.21.15.195:6801/817858503] boot 2024-02-11T16:59:18.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:17.129529+0000 mon.smithi115 (mon.0) 322 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-11T16:59:18.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:17.129823+0000 mon.smithi115 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:59:18.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:17.130078+0000 mon.smithi115 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:59:18.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:17.130235+0000 mon.smithi115 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:18.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:17.130366+0000 mon.smithi115 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:18.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:17.130499+0000 mon.smithi115 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:18.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:17.130632+0000 mon.smithi115 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:18.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:17.133396+0000 mon.smithi115 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:18.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:17.133549+0000 mon.smithi115 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:18.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:17.399778+0000 mon.smithi115 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:18.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:17.400429+0000 mon.smithi115 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-11T16:59:18.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:17.400980+0000 mon.smithi115 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:18.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:59:17.401471+0000 mgr.smithi115.ltfvnr (mgr.14180) 61 : cephadm [INF] Deploying daemon osd.4 on smithi195 2024-02-11T16:59:19.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:18.058030+0000 mgr.smithi115.ltfvnr (mgr.14180) 62 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:19.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:18.402593+0000 mon.smithi115 (mon.0) 334 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-11T16:59:19.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:18.402690+0000 mon.smithi115 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:59:19.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:18.402905+0000 mon.smithi115 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:19.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:18.403082+0000 mon.smithi115 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:19.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:18.403223+0000 mon.smithi115 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:19.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:18.403358+0000 mon.smithi115 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:19.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:18.403491+0000 mon.smithi115 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:19.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:18.403623+0000 mon.smithi115 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:19.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:19.366190+0000 mon.smithi115 (mon.0) 342 : audit [INF] from='osd.1 [v2:172.21.15.115:6802/1631834070,v1:172.21.15.115:6803/1631834070]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-11T16:59:19.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:18.058030+0000 mgr.smithi115.ltfvnr (mgr.14180) 62 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:19.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:18.402593+0000 mon.smithi115 (mon.0) 334 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-11T16:59:19.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:18.402690+0000 mon.smithi115 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:59:19.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:18.402905+0000 mon.smithi115 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:19.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:18.403082+0000 mon.smithi115 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:19.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:18.403223+0000 mon.smithi115 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:19.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:18.403358+0000 mon.smithi115 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:19.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:18.403491+0000 mon.smithi115 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:19.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:18.403623+0000 mon.smithi115 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:19.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:19.366190+0000 mon.smithi115 (mon.0) 342 : audit [INF] from='osd.1 [v2:172.21.15.115:6802/1631834070,v1:172.21.15.115:6803/1631834070]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-11T16:59:20.667 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:19.408485+0000 mon.smithi115 (mon.0) 343 : audit [INF] from='osd.1 [v2:172.21.15.115:6802/1631834070,v1:172.21.15.115:6803/1631834070]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-11T16:59:20.667 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:19.408526+0000 mon.smithi115 (mon.0) 344 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-11T16:59:20.667 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:19.408639+0000 mon.smithi115 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:59:20.667 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:19.408945+0000 mon.smithi115 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:20.667 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:19.409097+0000 mon.smithi115 (mon.0) 347 : audit [INF] from='osd.1 [v2:172.21.15.115:6802/1631834070,v1:172.21.15.115:6803/1631834070]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-02-11T16:59:20.668 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:19.409284+0000 mon.smithi115 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:20.668 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:19.409420+0000 mon.smithi115 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:20.668 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:19.409561+0000 mon.smithi115 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:20.668 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:19.409698+0000 mon.smithi115 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:20.668 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:19.409843+0000 mon.smithi115 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:20.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:19.408485+0000 mon.smithi115 (mon.0) 343 : audit [INF] from='osd.1 [v2:172.21.15.115:6802/1631834070,v1:172.21.15.115:6803/1631834070]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-11T16:59:20.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:19.408526+0000 mon.smithi115 (mon.0) 344 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-11T16:59:20.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:19.408639+0000 mon.smithi115 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:59:20.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:19.408945+0000 mon.smithi115 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:20.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:19.409097+0000 mon.smithi115 (mon.0) 347 : audit [INF] from='osd.1 [v2:172.21.15.115:6802/1631834070,v1:172.21.15.115:6803/1631834070]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-02-11T16:59:20.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:19.409284+0000 mon.smithi115 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:20.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:19.409420+0000 mon.smithi115 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:20.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:19.409561+0000 mon.smithi115 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:20.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:19.409698+0000 mon.smithi115 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:20.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:19.409843+0000 mon.smithi115 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:21.097 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:59:21.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:20.058341+0000 mgr.smithi115.ltfvnr (mgr.14180) 63 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-11T16:59:21.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:20.410328+0000 mon.smithi115 (mon.0) 353 : audit [INF] from='osd.1 [v2:172.21.15.115:6802/1631834070,v1:172.21.15.115:6803/1631834070]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2024-02-11T16:59:21.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:20.410377+0000 mon.smithi115 (mon.0) 354 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-11T16:59:21.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:20.410690+0000 mon.smithi115 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:59:21.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:20.410944+0000 mon.smithi115 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:21.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:20.411421+0000 mon.smithi115 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:21.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:20.415135+0000 mon.smithi115 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:21.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:20.415302+0000 mon.smithi115 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:21.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:20.415495+0000 mon.smithi115 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:21.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:20.415730+0000 mon.smithi115 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:21.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:20.415957+0000 mon.smithi115 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:59:21.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:20.559395+0000 mon.smithi195 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.195:6808/2606152657,v1:172.21.15.195:6809/2606152657]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-11T16:59:21.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:20.559963+0000 mon.smithi115 (mon.0) 363 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-11T16:59:21.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:21.096495+0000 mon.smithi115 (mon.0) 364 : audit [DBG] from='client.? 172.21.15.115:0/2122525952' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:59:21.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:20.058341+0000 mgr.smithi115.ltfvnr (mgr.14180) 63 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-11T16:59:21.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:20.410328+0000 mon.smithi115 (mon.0) 353 : audit [INF] from='osd.1 [v2:172.21.15.115:6802/1631834070,v1:172.21.15.115:6803/1631834070]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2024-02-11T16:59:21.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:20.410377+0000 mon.smithi115 (mon.0) 354 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-11T16:59:21.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:20.410690+0000 mon.smithi115 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:59:21.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:20.410944+0000 mon.smithi115 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:21.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:20.411421+0000 mon.smithi115 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:21.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:20.415135+0000 mon.smithi115 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:21.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:20.415302+0000 mon.smithi115 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:21.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:20.415495+0000 mon.smithi115 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:21.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:20.415730+0000 mon.smithi115 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:21.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:20.415957+0000 mon.smithi115 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:59:21.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:20.559395+0000 mon.smithi195 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.195:6808/2606152657,v1:172.21.15.195:6809/2606152657]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-11T16:59:21.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:20.559963+0000 mon.smithi115 (mon.0) 363 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-11T16:59:21.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:21.096495+0000 mon.smithi115 (mon.0) 364 : audit [DBG] from='client.? 172.21.15.115:0/2122525952' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:59:22.108 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":19,"num_osds":8,"num_up_osds":1,"osd_up_since":1707670757,"num_in_osds":8,"osd_in_since":1707670740,"num_remapped_pgs":0} 2024-02-11T16:59:22.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:20.321400+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:59:22.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:20.321477+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:59:22.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:21.415412+0000 mon.smithi115 (mon.0) 365 : cluster [INF] osd.1 [v2:172.21.15.115:6802/1631834070,v1:172.21.15.115:6803/1631834070] boot 2024-02-11T16:59:22.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:21.415467+0000 mon.smithi115 (mon.0) 366 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-11T16:59:22.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:21.415507+0000 mon.smithi115 (mon.0) 367 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-11T16:59:22.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:21.415797+0000 mon.smithi115 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:59:22.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:21.416094+0000 mon.smithi115 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:22.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:21.416184+0000 mon.smithi195 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.195:6808/2606152657,v1:172.21.15.195:6809/2606152657]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-02-11T16:59:22.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:21.416317+0000 mon.smithi115 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:22.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:21.419234+0000 mon.smithi115 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:22.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:21.419403+0000 mon.smithi115 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:22.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:21.419645+0000 mon.smithi115 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:22.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:21.419854+0000 mon.smithi115 (mon.0) 374 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-02-11T16:59:22.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:21.420039+0000 mon.smithi115 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:22.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:20.321400+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:59:22.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:20.321477+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:59:22.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:21.415412+0000 mon.smithi115 (mon.0) 365 : cluster [INF] osd.1 [v2:172.21.15.115:6802/1631834070,v1:172.21.15.115:6803/1631834070] boot 2024-02-11T16:59:22.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:21.415467+0000 mon.smithi115 (mon.0) 366 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-11T16:59:22.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:21.415507+0000 mon.smithi115 (mon.0) 367 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-11T16:59:22.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:21.415797+0000 mon.smithi115 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:59:22.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:21.416094+0000 mon.smithi115 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:22.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:21.416184+0000 mon.smithi195 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.195:6808/2606152657,v1:172.21.15.195:6809/2606152657]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-02-11T16:59:22.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:21.416317+0000 mon.smithi115 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:22.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:21.419234+0000 mon.smithi115 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:22.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:21.419403+0000 mon.smithi115 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:22.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:21.419645+0000 mon.smithi115 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:22.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:21.419854+0000 mon.smithi115 (mon.0) 374 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-02-11T16:59:22.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:21.420039+0000 mon.smithi115 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:23.110 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:59:23.695 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:22.058903+0000 mgr.smithi115.ltfvnr (mgr.14180) 64 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-11T16:59:23.695 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:22.425223+0000 mon.smithi115 (mon.0) 376 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-02-11T16:59:23.695 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:22.425300+0000 mon.smithi115 (mon.0) 377 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-11T16:59:23.695 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:22.425630+0000 mon.smithi115 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:23.696 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:22.425969+0000 mon.smithi115 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:23.696 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:22.426107+0000 mon.smithi115 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:23.696 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:22.426239+0000 mon.smithi115 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:23.696 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:22.426370+0000 mon.smithi115 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:23.696 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:22.426500+0000 mon.smithi115 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:23.696 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:22.428199+0000 mon.smithi115 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:23.696 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:22.989627+0000 mon.smithi115 (mon.0) 385 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:23.696 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:22.990355+0000 mon.smithi115 (mon.0) 386 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-11T16:59:23.696 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:22.990894+0000 mon.smithi115 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:23.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:22.058903+0000 mgr.smithi115.ltfvnr (mgr.14180) 64 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-11T16:59:23.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:22.425223+0000 mon.smithi115 (mon.0) 376 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-02-11T16:59:23.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:22.425300+0000 mon.smithi115 (mon.0) 377 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-11T16:59:23.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:22.425630+0000 mon.smithi115 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:23.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:22.425969+0000 mon.smithi115 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:23.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:22.426107+0000 mon.smithi115 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:23.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:22.426239+0000 mon.smithi115 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:23.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:22.426370+0000 mon.smithi115 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:23.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:22.426500+0000 mon.smithi115 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:23.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:22.428199+0000 mon.smithi115 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:23.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:22.989627+0000 mon.smithi115 (mon.0) 385 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:23.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:22.990355+0000 mon.smithi115 (mon.0) 386 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-11T16:59:23.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:22.990894+0000 mon.smithi115 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:24.652 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:21.606373+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:59:24.652 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:21.606436+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:59:24.652 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:59:22.991352+0000 mgr.smithi115.ltfvnr (mgr.14180) 65 : cephadm [INF] Deploying daemon osd.6 on smithi195 2024-02-11T16:59:24.653 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:23.425796+0000 mon.smithi115 (mon.0) 388 : cluster [INF] osd.2 [v2:172.21.15.195:6808/2606152657,v1:172.21.15.195:6809/2606152657] boot 2024-02-11T16:59:24.653 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:23.425846+0000 mon.smithi115 (mon.0) 389 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-11T16:59:24.653 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:23.426254+0000 mon.smithi115 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:24.653 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:23.426536+0000 mon.smithi115 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:24.653 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:23.426769+0000 mon.smithi115 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:24.653 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:23.430001+0000 mon.smithi115 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:24.653 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:23.430158+0000 mon.smithi115 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:24.653 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:23.430300+0000 mon.smithi115 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:24.653 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:23.430476+0000 mon.smithi115 (mon.0) 396 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-11T16:59:24.653 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:23.681142+0000 mon.smithi115 (mon.0) 397 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:24.653 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:23.681938+0000 mon.smithi115 (mon.0) 398 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-11T16:59:24.653 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:23.682507+0000 mon.smithi115 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:24.653 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:59:23.683006+0000 mgr.smithi115.ltfvnr (mgr.14180) 66 : cephadm [INF] Deploying daemon osd.5 on smithi115 2024-02-11T16:59:24.673 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:21.606373+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:59:24.673 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:21.606436+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:59:24.673 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:59:22.991352+0000 mgr.smithi115.ltfvnr (mgr.14180) 65 : cephadm [INF] Deploying daemon osd.6 on smithi195 2024-02-11T16:59:24.674 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:23.425796+0000 mon.smithi115 (mon.0) 388 : cluster [INF] osd.2 [v2:172.21.15.195:6808/2606152657,v1:172.21.15.195:6809/2606152657] boot 2024-02-11T16:59:24.674 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:23.425846+0000 mon.smithi115 (mon.0) 389 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-11T16:59:24.674 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:23.426254+0000 mon.smithi115 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:59:24.674 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:23.426536+0000 mon.smithi115 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:24.674 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:23.426769+0000 mon.smithi115 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:24.674 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:23.430001+0000 mon.smithi115 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:24.674 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:23.430158+0000 mon.smithi115 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:24.674 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:23.430300+0000 mon.smithi115 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:24.674 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:23.430476+0000 mon.smithi115 (mon.0) 396 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-11T16:59:24.674 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:23.681142+0000 mon.smithi115 (mon.0) 397 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:24.674 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:23.681938+0000 mon.smithi115 (mon.0) 398 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-11T16:59:24.674 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:23.682507+0000 mon.smithi115 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:24.674 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:59:23.683006+0000 mgr.smithi115.ltfvnr (mgr.14180) 66 : cephadm [INF] Deploying daemon osd.5 on smithi115 2024-02-11T16:59:25.334 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:59:25.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:24.059195+0000 mgr.smithi115.ltfvnr (mgr.14180) 67 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-11T16:59:25.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:24.433329+0000 mon.smithi115 (mon.0) 400 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-11T16:59:25.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:24.433367+0000 mon.smithi115 (mon.0) 401 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-11T16:59:25.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:24.433490+0000 mon.smithi115 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:25.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:24.433771+0000 mon.smithi115 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:25.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:24.433930+0000 mon.smithi115 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:25.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:24.434144+0000 mon.smithi115 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:25.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:24.434300+0000 mon.smithi115 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:25.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:24.434836+0000 mon.smithi115 (mon.0) 407 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-11T16:59:25.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:25.333855+0000 mon.smithi115 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.115:0/550055862' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:59:25.682 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:24.059195+0000 mgr.smithi115.ltfvnr (mgr.14180) 67 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-11T16:59:25.682 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:24.433329+0000 mon.smithi115 (mon.0) 400 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-11T16:59:25.682 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:24.433367+0000 mon.smithi115 (mon.0) 401 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-11T16:59:25.682 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:24.433490+0000 mon.smithi115 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:25.682 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:24.433771+0000 mon.smithi115 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:25.682 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:24.433930+0000 mon.smithi115 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:25.682 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:24.434144+0000 mon.smithi115 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:25.682 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:24.434300+0000 mon.smithi115 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:25.682 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:24.434836+0000 mon.smithi115 (mon.0) 407 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-11T16:59:25.682 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:25.333855+0000 mon.smithi115 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.115:0/550055862' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:59:26.260 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":23,"num_osds":8,"num_up_osds":3,"osd_up_since":1707670763,"num_in_osds":8,"osd_in_since":1707670740,"num_remapped_pgs":0} 2024-02-11T16:59:26.514 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:25.436540+0000 mon.smithi115 (mon.0) 409 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-11T16:59:26.514 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:25.436602+0000 mon.smithi115 (mon.0) 410 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-11T16:59:26.514 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:25.437034+0000 mon.smithi115 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:26.514 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:25.437240+0000 mon.smithi115 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:26.514 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:25.437360+0000 mon.smithi115 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:26.514 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:25.437564+0000 mon.smithi115 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:26.514 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:25.437793+0000 mon.smithi115 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:26.514 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:26.133290+0000 mon.smithi115 (mon.0) 416 : audit [INF] from='osd.4 [v2:172.21.15.195:6816/838544565,v1:172.21.15.195:6817/838544565]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-11T16:59:26.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:25.436540+0000 mon.smithi115 (mon.0) 409 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-11T16:59:26.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:25.436602+0000 mon.smithi115 (mon.0) 410 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-11T16:59:26.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:25.437034+0000 mon.smithi115 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:26.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:25.437240+0000 mon.smithi115 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:26.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:25.437360+0000 mon.smithi115 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:26.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:25.437564+0000 mon.smithi115 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:26.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:25.437793+0000 mon.smithi115 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:26.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:26.133290+0000 mon.smithi115 (mon.0) 416 : audit [INF] from='osd.4 [v2:172.21.15.195:6816/838544565,v1:172.21.15.195:6817/838544565]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-11T16:59:27.261 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:59:27.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:26.059524+0000 mgr.smithi115.ltfvnr (mgr.14180) 68 : cluster [DBG] pgmap v63: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-11T16:59:27.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:26.444639+0000 mon.smithi115 (mon.0) 417 : audit [INF] from='osd.4 [v2:172.21.15.195:6816/838544565,v1:172.21.15.195:6817/838544565]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-11T16:59:27.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:26.444680+0000 mon.smithi115 (mon.0) 418 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-02-11T16:59:27.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:26.444793+0000 mon.smithi115 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:27.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:26.445117+0000 mon.smithi115 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:27.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:26.445265+0000 mon.smithi115 (mon.0) 421 : audit [INF] from='osd.4 [v2:172.21.15.195:6816/838544565,v1:172.21.15.195:6817/838544565]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-02-11T16:59:27.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:26.445455+0000 mon.smithi115 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:27.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:26.445606+0000 mon.smithi115 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:27.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:26.445735+0000 mon.smithi115 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:27.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:26.516242+0000 mon.smithi115 (mon.0) 425 : audit [INF] from='osd.3 [v2:172.21.15.115:6810/3277813844,v1:172.21.15.115:6811/3277813844]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-11T16:59:27.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:26.059524+0000 mgr.smithi115.ltfvnr (mgr.14180) 68 : cluster [DBG] pgmap v63: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-11T16:59:27.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:26.444639+0000 mon.smithi115 (mon.0) 417 : audit [INF] from='osd.4 [v2:172.21.15.195:6816/838544565,v1:172.21.15.195:6817/838544565]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-11T16:59:27.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:26.444680+0000 mon.smithi115 (mon.0) 418 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-02-11T16:59:27.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:26.444793+0000 mon.smithi115 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:27.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:26.445117+0000 mon.smithi115 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:27.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:26.445265+0000 mon.smithi115 (mon.0) 421 : audit [INF] from='osd.4 [v2:172.21.15.195:6816/838544565,v1:172.21.15.195:6817/838544565]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-02-11T16:59:27.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:26.445455+0000 mon.smithi115 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:27.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:26.445606+0000 mon.smithi115 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:27.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:26.445735+0000 mon.smithi115 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:27.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:26.516242+0000 mon.smithi115 (mon.0) 425 : audit [INF] from='osd.3 [v2:172.21.15.115:6810/3277813844,v1:172.21.15.115:6811/3277813844]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-11T16:59:28.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:27.447703+0000 mon.smithi115 (mon.0) 426 : audit [INF] from='osd.4 [v2:172.21.15.195:6816/838544565,v1:172.21.15.195:6817/838544565]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-02-11T16:59:28.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:27.447776+0000 mon.smithi115 (mon.0) 427 : audit [INF] from='osd.3 [v2:172.21.15.115:6810/3277813844,v1:172.21.15.115:6811/3277813844]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-11T16:59:28.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:27.447827+0000 mon.smithi115 (mon.0) 428 : cluster [DBG] osdmap e26: 8 total, 3 up, 8 in 2024-02-11T16:59:28.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:27.448771+0000 mon.smithi115 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:28.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:27.449005+0000 mon.smithi115 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:28.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:27.449507+0000 mon.smithi115 (mon.0) 431 : audit [INF] from='osd.3 [v2:172.21.15.115:6810/3277813844,v1:172.21.15.115:6811/3277813844]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-02-11T16:59:28.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:27.449699+0000 mon.smithi115 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:28.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:27.449923+0000 mon.smithi115 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:28.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:27.450047+0000 mon.smithi115 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:28.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:27.454229+0000 mon.smithi115 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:28.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:28.281784+0000 mon.smithi115 (mon.0) 436 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:28.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:28.446491+0000 mon.smithi115 (mon.0) 437 : audit [INF] from='osd.3 [v2:172.21.15.115:6810/3277813844,v1:172.21.15.115:6811/3277813844]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2024-02-11T16:59:28.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:28.446539+0000 mon.smithi115 (mon.0) 438 : cluster [INF] osd.4 [v2:172.21.15.195:6816/838544565,v1:172.21.15.195:6817/838544565] boot 2024-02-11T16:59:28.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:28.446557+0000 mon.smithi115 (mon.0) 439 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-11T16:59:28.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:28.446678+0000 mon.smithi115 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:28.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:28.446972+0000 mon.smithi115 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:28.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:28.447582+0000 mon.smithi115 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:28.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:28.447947+0000 mon.smithi115 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:28.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:28.448132+0000 mon.smithi115 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:28.670 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:28.450109+0000 mon.smithi115 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:28.790 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:27.447703+0000 mon.smithi115 (mon.0) 426 : audit [INF] from='osd.4 [v2:172.21.15.195:6816/838544565,v1:172.21.15.195:6817/838544565]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-02-11T16:59:28.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:27.447776+0000 mon.smithi115 (mon.0) 427 : audit [INF] from='osd.3 [v2:172.21.15.115:6810/3277813844,v1:172.21.15.115:6811/3277813844]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-11T16:59:28.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:27.447827+0000 mon.smithi115 (mon.0) 428 : cluster [DBG] osdmap e26: 8 total, 3 up, 8 in 2024-02-11T16:59:28.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:27.448771+0000 mon.smithi115 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:28.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:27.449005+0000 mon.smithi115 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:28.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:27.449507+0000 mon.smithi115 (mon.0) 431 : audit [INF] from='osd.3 [v2:172.21.15.115:6810/3277813844,v1:172.21.15.115:6811/3277813844]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-02-11T16:59:28.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:27.449699+0000 mon.smithi115 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:28.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:27.449923+0000 mon.smithi115 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:28.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:27.450047+0000 mon.smithi115 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:28.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:27.454229+0000 mon.smithi115 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:28.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:28.281784+0000 mon.smithi115 (mon.0) 436 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:28.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:28.446491+0000 mon.smithi115 (mon.0) 437 : audit [INF] from='osd.3 [v2:172.21.15.115:6810/3277813844,v1:172.21.15.115:6811/3277813844]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2024-02-11T16:59:28.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:28.446539+0000 mon.smithi115 (mon.0) 438 : cluster [INF] osd.4 [v2:172.21.15.195:6816/838544565,v1:172.21.15.195:6817/838544565] boot 2024-02-11T16:59:28.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:28.446557+0000 mon.smithi115 (mon.0) 439 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-11T16:59:28.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:28.446678+0000 mon.smithi115 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:28.792 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:28.446972+0000 mon.smithi115 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:59:28.792 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:28.447582+0000 mon.smithi115 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:28.792 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:28.447947+0000 mon.smithi115 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:28.792 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:28.448132+0000 mon.smithi115 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:28.792 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:28.450109+0000 mon.smithi115 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:29.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:27.146942+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:59:29.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:27.146984+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:59:29.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:28.059878+0000 mgr.smithi115.ltfvnr (mgr.14180) 69 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-11T16:59:29.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:29.448242+0000 mon.smithi115 (mon.0) 446 : cluster [INF] osd.3 [v2:172.21.15.115:6810/3277813844,v1:172.21.15.115:6811/3277813844] boot 2024-02-11T16:59:29.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:29.448267+0000 mon.smithi115 (mon.0) 447 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-02-11T16:59:29.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:29.448499+0000 mon.smithi115 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:29.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:29.448780+0000 mon.smithi115 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:29.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:29.448986+0000 mon.smithi115 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:29.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:29.449156+0000 mon.smithi115 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:29.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:27.146942+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:59:29.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:27.146984+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:59:29.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:28.059878+0000 mgr.smithi115.ltfvnr (mgr.14180) 69 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-11T16:59:29.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:29.448242+0000 mon.smithi115 (mon.0) 446 : cluster [INF] osd.3 [v2:172.21.15.115:6810/3277813844,v1:172.21.15.115:6811/3277813844] boot 2024-02-11T16:59:29.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:29.448267+0000 mon.smithi115 (mon.0) 447 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-02-11T16:59:29.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:29.448499+0000 mon.smithi115 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:59:29.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:29.448780+0000 mon.smithi115 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:29.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:29.448986+0000 mon.smithi115 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:29.791 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:29.449156+0000 mon.smithi115 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:30.743 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:27.491796+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:59:30.743 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:27.491852+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:59:30.743 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:30.452053+0000 mon.smithi115 (mon.0) 452 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-11T16:59:30.743 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:30.452183+0000 mon.smithi115 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:30.743 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:30.452401+0000 mon.smithi115 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:30.744 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:30.452551+0000 mon.smithi115 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:30.838 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:59:30.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:27.491796+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:59:30.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:27.491852+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:59:30.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:30.452053+0000 mon.smithi115 (mon.0) 452 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-11T16:59:30.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:30.452183+0000 mon.smithi115 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:30.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:30.452401+0000 mon.smithi115 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:30.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:30.452551+0000 mon.smithi115 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:31.582 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:30.060333+0000 mgr.smithi115.ltfvnr (mgr.14180) 70 : cluster [DBG] pgmap v69: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-11T16:59:31.583 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:30.837347+0000 mon.smithi115 (mon.0) 456 : audit [DBG] from='client.? 172.21.15.115:0/1090370597' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:59:31.583 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:31.269833+0000 mon.smithi115 (mon.0) 457 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:31.583 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:31.368012+0000 mon.smithi195 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.195:6824/2593816602,v1:172.21.15.195:6825/2593816602]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-11T16:59:31.583 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:31.368311+0000 mon.smithi115 (mon.0) 458 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-11T16:59:31.583 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:31.450547+0000 mon.smithi115 (mon.0) 459 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-11T16:59:31.583 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:31.450621+0000 mon.smithi115 (mon.0) 460 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-02-11T16:59:31.583 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:31.450726+0000 mon.smithi115 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:31.583 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:31.450953+0000 mon.smithi115 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:31.583 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:31.451076+0000 mon.smithi115 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:31.583 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:31.451145+0000 mon.smithi195 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.195:6824/2593816602,v1:172.21.15.195:6825/2593816602]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-02-11T16:59:31.583 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:31.451420+0000 mon.smithi115 (mon.0) 464 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-02-11T16:59:31.602 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":29,"num_osds":8,"num_up_osds":5,"osd_up_since":1707670769,"num_in_osds":8,"osd_in_since":1707670740,"num_remapped_pgs":0} 2024-02-11T16:59:31.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:30.060333+0000 mgr.smithi115.ltfvnr (mgr.14180) 70 : cluster [DBG] pgmap v69: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-11T16:59:31.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:30.837347+0000 mon.smithi115 (mon.0) 456 : audit [DBG] from='client.? 172.21.15.115:0/1090370597' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:59:31.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:31.269833+0000 mon.smithi115 (mon.0) 457 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:31.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:31.368012+0000 mon.smithi195 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.195:6824/2593816602,v1:172.21.15.195:6825/2593816602]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-11T16:59:31.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:31.368311+0000 mon.smithi115 (mon.0) 458 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-11T16:59:31.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:31.450547+0000 mon.smithi115 (mon.0) 459 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-11T16:59:31.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:31.450621+0000 mon.smithi115 (mon.0) 460 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-02-11T16:59:31.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:31.450726+0000 mon.smithi115 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:31.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:31.450953+0000 mon.smithi115 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:31.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:31.451076+0000 mon.smithi115 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:31.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:31.451145+0000 mon.smithi195 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.195:6824/2593816602,v1:172.21.15.195:6825/2593816602]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-02-11T16:59:31.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:31.451420+0000 mon.smithi115 (mon.0) 464 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-02-11T16:59:32.602 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:59:33.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:32.060664+0000 mgr.smithi115.ltfvnr (mgr.14180) 71 : cluster [DBG] pgmap v72: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-11T16:59:33.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:32.454430+0000 mon.smithi115 (mon.0) 465 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-02-11T16:59:33.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:32.454544+0000 mon.smithi115 (mon.0) 466 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-02-11T16:59:33.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:32.454670+0000 mon.smithi115 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:33.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:32.454935+0000 mon.smithi115 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:33.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:32.455084+0000 mon.smithi115 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:33.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:32.458453+0000 mon.smithi115 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:33.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:32.674184+0000 mon.smithi115 (mon.0) 471 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:33.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:32.674934+0000 mon.smithi115 (mon.0) 472 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-11T16:59:33.639 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:32.675509+0000 mon.smithi115 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:33.639 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:59:32.675990+0000 mgr.smithi115.ltfvnr (mgr.14180) 72 : cephadm [INF] Deploying daemon osd.7 on smithi115 2024-02-11T16:59:33.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:32.060664+0000 mgr.smithi115.ltfvnr (mgr.14180) 71 : cluster [DBG] pgmap v72: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-11T16:59:33.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:32.454430+0000 mon.smithi115 (mon.0) 465 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-02-11T16:59:33.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:32.454544+0000 mon.smithi115 (mon.0) 466 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-02-11T16:59:33.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:32.454670+0000 mon.smithi115 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:33.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:32.454935+0000 mon.smithi115 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:33.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:32.455084+0000 mon.smithi115 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:33.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:32.458453+0000 mon.smithi115 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:33.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:32.674184+0000 mon.smithi115 (mon.0) 471 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:33.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:32.674934+0000 mon.smithi115 (mon.0) 472 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-11T16:59:33.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:32.675509+0000 mon.smithi115 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:33.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:59:32.675990+0000 mgr.smithi115.ltfvnr (mgr.14180) 72 : cephadm [INF] Deploying daemon osd.7 on smithi115 2024-02-11T16:59:34.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:32.404647+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:59:34.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:32.404691+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:59:34.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:33.458341+0000 mon.smithi115 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:34.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:33.475914+0000 mon.smithi115 (mon.0) 475 : cluster [INF] osd.6 [v2:172.21.15.195:6824/2593816602,v1:172.21.15.195:6825/2593816602] boot 2024-02-11T16:59:34.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:33.475941+0000 mon.smithi115 (mon.0) 476 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-11T16:59:34.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:33.476021+0000 mon.smithi115 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:34.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:33.476221+0000 mon.smithi115 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:34.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:33.476389+0000 mon.smithi115 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:34.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:32.404647+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:59:34.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:32.404691+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:59:34.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:33.458341+0000 mon.smithi115 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:34.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:33.475914+0000 mon.smithi115 (mon.0) 475 : cluster [INF] osd.6 [v2:172.21.15.195:6824/2593816602,v1:172.21.15.195:6825/2593816602] boot 2024-02-11T16:59:34.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:33.475941+0000 mon.smithi115 (mon.0) 476 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-11T16:59:34.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:33.476021+0000 mon.smithi115 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:34.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:33.476221+0000 mon.smithi115 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:59:34.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:33.476389+0000 mon.smithi115 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:35.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:34.061064+0000 mgr.smithi115.ltfvnr (mgr.14180) 73 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-11T16:59:35.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:34.478651+0000 mon.smithi115 (mon.0) 480 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-11T16:59:35.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:34.486691+0000 mon.smithi115 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:35.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:34.486859+0000 mon.smithi115 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:35.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:34.061064+0000 mgr.smithi115.ltfvnr (mgr.14180) 73 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-11T16:59:35.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:34.478651+0000 mon.smithi115 (mon.0) 480 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-11T16:59:35.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:34.486691+0000 mon.smithi115 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:35.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:34.486859+0000 mon.smithi115 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:36.608 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:59:36.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:35.795125+0000 mon.smithi115 (mon.0) 483 : audit [INF] from='osd.5 [v2:172.21.15.115:6818/3239508777,v1:172.21.15.115:6819/3239508777]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-11T16:59:36.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:35.795125+0000 mon.smithi115 (mon.0) 483 : audit [INF] from='osd.5 [v2:172.21.15.115:6818/3239508777,v1:172.21.15.115:6819/3239508777]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-11T16:59:37.651 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":34,"num_osds":8,"num_up_osds":6,"osd_up_since":1707670773,"num_in_osds":8,"osd_in_since":1707670740,"num_remapped_pgs":0} 2024-02-11T16:59:37.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:36.061442+0000 mgr.smithi115.ltfvnr (mgr.14180) 74 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-11T16:59:37.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:36.485824+0000 mon.smithi115 (mon.0) 484 : audit [INF] from='osd.5 [v2:172.21.15.115:6818/3239508777,v1:172.21.15.115:6819/3239508777]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-11T16:59:37.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:36.485874+0000 mon.smithi115 (mon.0) 485 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-02-11T16:59:37.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:36.485970+0000 mon.smithi115 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:37.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:36.486307+0000 mon.smithi115 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:37.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:36.486506+0000 mon.smithi115 (mon.0) 488 : audit [INF] from='osd.5 [v2:172.21.15.115:6818/3239508777,v1:172.21.15.115:6819/3239508777]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-02-11T16:59:37.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:36.607738+0000 mon.smithi115 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.115:0/490022808' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:59:37.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:36.061442+0000 mgr.smithi115.ltfvnr (mgr.14180) 74 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-11T16:59:37.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:36.485824+0000 mon.smithi115 (mon.0) 484 : audit [INF] from='osd.5 [v2:172.21.15.115:6818/3239508777,v1:172.21.15.115:6819/3239508777]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-11T16:59:37.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:36.485874+0000 mon.smithi115 (mon.0) 485 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-02-11T16:59:37.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:36.485970+0000 mon.smithi115 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:37.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:36.486307+0000 mon.smithi115 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:37.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:36.486506+0000 mon.smithi115 (mon.0) 488 : audit [INF] from='osd.5 [v2:172.21.15.115:6818/3239508777,v1:172.21.15.115:6819/3239508777]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-02-11T16:59:37.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:36.607738+0000 mon.smithi115 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.115:0/490022808' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:59:38.652 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:59:38.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:37.487642+0000 mon.smithi115 (mon.0) 490 : audit [INF] from='osd.5 [v2:172.21.15.115:6818/3239508777,v1:172.21.15.115:6819/3239508777]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2024-02-11T16:59:38.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:37.487694+0000 mon.smithi115 (mon.0) 491 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2024-02-11T16:59:38.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:37.488324+0000 mon.smithi115 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:38.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:37.488566+0000 mon.smithi115 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:38.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:37.493627+0000 mon.smithi115 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:38.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:37.487642+0000 mon.smithi115 (mon.0) 490 : audit [INF] from='osd.5 [v2:172.21.15.115:6818/3239508777,v1:172.21.15.115:6819/3239508777]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2024-02-11T16:59:38.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:37.487694+0000 mon.smithi115 (mon.0) 491 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2024-02-11T16:59:38.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:37.488324+0000 mon.smithi115 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:38.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:37.488566+0000 mon.smithi115 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:38.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:37.493627+0000 mon.smithi115 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:39.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:36.784374+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:59:39.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:36.784455+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:59:39.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:38.061868+0000 mgr.smithi115.ltfvnr (mgr.14180) 75 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-11T16:59:39.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:38.491507+0000 mon.smithi115 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:39.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:38.500284+0000 mon.smithi115 (mon.0) 496 : cluster [INF] osd.5 [v2:172.21.15.115:6818/3239508777,v1:172.21.15.115:6819/3239508777] boot 2024-02-11T16:59:39.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:38.500309+0000 mon.smithi115 (mon.0) 497 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-11T16:59:39.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:38.500696+0000 mon.smithi115 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:39.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:38.500911+0000 mon.smithi115 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:39.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:36.784374+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:59:39.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:36.784455+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:59:39.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:38.061868+0000 mgr.smithi115.ltfvnr (mgr.14180) 75 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-11T16:59:39.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:38.491507+0000 mon.smithi115 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:39.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:38.500284+0000 mon.smithi115 (mon.0) 496 : cluster [INF] osd.5 [v2:172.21.15.115:6818/3239508777,v1:172.21.15.115:6819/3239508777] boot 2024-02-11T16:59:39.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:38.500309+0000 mon.smithi115 (mon.0) 497 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-11T16:59:39.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:38.500696+0000 mon.smithi115 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:59:39.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:38.500911+0000 mon.smithi115 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:40.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:39.501629+0000 mon.smithi115 (mon.0) 500 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-11T16:59:40.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:39.501775+0000 mon.smithi115 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:40.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:39.501629+0000 mon.smithi115 (mon.0) 500 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-11T16:59:40.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:39.501775+0000 mon.smithi115 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:41.480 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:59:41.860 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:40.062205+0000 mgr.smithi115.ltfvnr (mgr.14180) 76 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T16:59:41.860 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:41.360492+0000 mon.smithi115 (mon.0) 502 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:41.860 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:41.389730+0000 mon.smithi115 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.115:0/2549463639' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:59:41.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:40.062205+0000 mgr.smithi115.ltfvnr (mgr.14180) 76 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T16:59:41.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:41.360492+0000 mon.smithi115 (mon.0) 502 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:41.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:41.389730+0000 mon.smithi115 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.115:0/2549463639' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:59:42.217 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":37,"num_osds":8,"num_up_osds":7,"osd_up_since":1707670778,"num_in_osds":8,"osd_in_since":1707670740,"num_remapped_pgs":0} 2024-02-11T16:59:43.218 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:59:43.646 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:42.062571+0000 mgr.smithi115.ltfvnr (mgr.14180) 77 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T16:59:43.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:42.062571+0000 mgr.smithi115.ltfvnr (mgr.14180) 77 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T16:59:44.694 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:44.462228+0000 mon.smithi115 (mon.0) 504 : audit [INF] from='osd.7 [v2:172.21.15.115:6826/629480395,v1:172.21.15.115:6827/629480395]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-11T16:59:44.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:44.462228+0000 mon.smithi115 (mon.0) 504 : audit [INF] from='osd.7 [v2:172.21.15.115:6826/629480395,v1:172.21.15.115:6827/629480395]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-11T16:59:45.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:44.062897+0000 mgr.smithi115.ltfvnr (mgr.14180) 78 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T16:59:45.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:44.516187+0000 mon.smithi115 (mon.0) 505 : audit [INF] from='osd.7 [v2:172.21.15.115:6826/629480395,v1:172.21.15.115:6827/629480395]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-11T16:59:45.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:44.516228+0000 mon.smithi115 (mon.0) 506 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-02-11T16:59:45.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:44.516316+0000 mon.smithi115 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:45.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:44.516595+0000 mon.smithi115 (mon.0) 508 : audit [INF] from='osd.7 [v2:172.21.15.115:6826/629480395,v1:172.21.15.115:6827/629480395]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-02-11T16:59:45.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:44.062897+0000 mgr.smithi115.ltfvnr (mgr.14180) 78 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T16:59:45.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:44.516187+0000 mon.smithi115 (mon.0) 505 : audit [INF] from='osd.7 [v2:172.21.15.115:6826/629480395,v1:172.21.15.115:6827/629480395]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-11T16:59:45.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:44.516228+0000 mon.smithi115 (mon.0) 506 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-02-11T16:59:45.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:44.516316+0000 mon.smithi115 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:45.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:44.516595+0000 mon.smithi115 (mon.0) 508 : audit [INF] from='osd.7 [v2:172.21.15.115:6826/629480395,v1:172.21.15.115:6827/629480395]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-02-11T16:59:46.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:45.519970+0000 mon.smithi115 (mon.0) 509 : audit [INF] from='osd.7 [v2:172.21.15.115:6826/629480395,v1:172.21.15.115:6827/629480395]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2024-02-11T16:59:46.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:45.520019+0000 mon.smithi115 (mon.0) 510 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-02-11T16:59:46.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:45.520670+0000 mon.smithi115 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:46.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:45.526650+0000 mon.smithi115 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:46.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:45.703613+0000 mon.smithi115 (mon.0) 513 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:46.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:59:45.704370+0000 mgr.smithi115.ltfvnr (mgr.14180) 79 : cephadm [INF] Reconfiguring mon.smithi115 (unknown last config time)... 2024-02-11T16:59:46.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:45.704619+0000 mon.smithi115 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-11T16:59:46.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:45.705299+0000 mon.smithi115 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-11T16:59:46.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:45.705897+0000 mon.smithi115 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:46.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:59:45.706406+0000 mgr.smithi115.ltfvnr (mgr.14180) 80 : cephadm [INF] Reconfiguring daemon mon.smithi115 on smithi115 2024-02-11T16:59:46.747 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:59:46.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:45.519970+0000 mon.smithi115 (mon.0) 509 : audit [INF] from='osd.7 [v2:172.21.15.115:6826/629480395,v1:172.21.15.115:6827/629480395]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2024-02-11T16:59:46.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:45.520019+0000 mon.smithi115 (mon.0) 510 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-02-11T16:59:46.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:45.520670+0000 mon.smithi115 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:46.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:45.526650+0000 mon.smithi115 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:46.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:45.703613+0000 mon.smithi115 (mon.0) 513 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:46.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:59:45.704370+0000 mgr.smithi115.ltfvnr (mgr.14180) 79 : cephadm [INF] Reconfiguring mon.smithi115 (unknown last config time)... 2024-02-11T16:59:46.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:45.704619+0000 mon.smithi115 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-11T16:59:46.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:45.705299+0000 mon.smithi115 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-11T16:59:46.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:45.705897+0000 mon.smithi115 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:46.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:59:45.706406+0000 mgr.smithi115.ltfvnr (mgr.14180) 80 : cephadm [INF] Reconfiguring daemon mon.smithi115 on smithi115 2024-02-11T16:59:47.609 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":40,"num_osds":8,"num_up_osds":8,"osd_up_since":1707670786,"num_in_osds":8,"osd_in_since":1707670740,"num_remapped_pgs":1} 2024-02-11T16:59:47.610 INFO:tasks.cephadm:Setting up client nodes... 2024-02-11T16:59:47.610 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-11T16:59:47.795 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:45.438273+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:59:47.795 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:45.438331+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:59:47.795 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:46.063089+0000 mgr.smithi115.ltfvnr (mgr.14180) 81 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T16:59:47.795 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:46.523984+0000 mon.smithi115 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:47.795 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:46.529938+0000 mon.smithi115 (mon.0) 518 : cluster [INF] osd.7 [v2:172.21.15.115:6826/629480395,v1:172.21.15.115:6827/629480395] boot 2024-02-11T16:59:47.795 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:46.529970+0000 mon.smithi115 (mon.0) 519 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-11T16:59:47.795 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:46.530072+0000 mon.smithi115 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:47.795 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:46.746612+0000 mon.smithi115 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.115:0/1157318044' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:59:47.795 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:47.311826+0000 mon.smithi115 (mon.0) 522 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-11T16:59:47.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:45.438273+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:59:47.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:45.438331+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:59:47.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:46.063089+0000 mgr.smithi115.ltfvnr (mgr.14180) 81 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T16:59:47.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:46.523984+0000 mon.smithi115 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:47.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:46.529938+0000 mon.smithi115 (mon.0) 518 : cluster [INF] osd.7 [v2:172.21.15.115:6826/629480395,v1:172.21.15.115:6827/629480395] boot 2024-02-11T16:59:47.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:46.529970+0000 mon.smithi115 (mon.0) 519 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-11T16:59:47.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:46.530072+0000 mon.smithi115 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:59:47.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:46.746612+0000 mon.smithi115 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.115:0/1157318044' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:59:47.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:47.311826+0000 mon.smithi115 (mon.0) 522 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-11T16:59:49.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:48.063399+0000 mgr.smithi115.ltfvnr (mgr.14180) 82 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:59:49.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:48.157521+0000 mon.smithi115 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:49.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:59:48.158133+0000 mgr.smithi115.ltfvnr (mgr.14180) 83 : cephadm [INF] Reconfiguring mgr.smithi115.ltfvnr (unknown last config time)... 2024-02-11T16:59:49.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:48.158368+0000 mon.smithi115 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi115.ltfvnr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-11T16:59:49.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:48.158972+0000 mon.smithi115 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-11T16:59:49.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:48.159461+0000 mon.smithi115 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:49.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:59:48.159922+0000 mgr.smithi115.ltfvnr (mgr.14180) 84 : cephadm [INF] Reconfiguring daemon mgr.smithi115.ltfvnr on smithi115 2024-02-11T16:59:49.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:48.313522+0000 mon.smithi115 (mon.0) 527 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-11T16:59:49.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:48.063399+0000 mgr.smithi115.ltfvnr (mgr.14180) 82 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:59:49.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:48.157521+0000 mon.smithi115 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:49.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:59:48.158133+0000 mgr.smithi115.ltfvnr (mgr.14180) 83 : cephadm [INF] Reconfiguring mgr.smithi115.ltfvnr (unknown last config time)... 2024-02-11T16:59:49.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:48.158368+0000 mon.smithi115 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi115.ltfvnr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-11T16:59:49.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:48.158972+0000 mon.smithi115 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-11T16:59:49.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:48.159461+0000 mon.smithi115 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:49.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:59:48.159922+0000 mgr.smithi115.ltfvnr (mgr.14180) 84 : cephadm [INF] Reconfiguring daemon mgr.smithi115.ltfvnr on smithi115 2024-02-11T16:59:49.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:48.313522+0000 mon.smithi115 (mon.0) 527 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-11T16:59:51.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:50.063777+0000 mgr.smithi115.ltfvnr (mgr.14180) 85 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:59:51.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:50.715373+0000 mon.smithi115 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:51.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:59:50.716120+0000 mgr.smithi115.ltfvnr (mgr.14180) 86 : cephadm [INF] Reconfiguring alertmanager.smithi115 (dependencies changed)... 2024-02-11T16:59:51.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:59:50.722822+0000 mgr.smithi115.ltfvnr (mgr.14180) 87 : cephadm [INF] Reconfiguring daemon alertmanager.smithi115 on smithi115 2024-02-11T16:59:52.065 INFO:teuthology.orchestra.run.smithi115.stdout:[client.0] 2024-02-11T16:59:52.065 INFO:teuthology.orchestra.run.smithi115.stdout: key = AQAH/chlAWk+MhAAueE8OC0fhNe6XkDuLjrKjQ== 2024-02-11T16:59:52.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:50.063777+0000 mgr.smithi115.ltfvnr (mgr.14180) 85 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:59:52.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:50.715373+0000 mon.smithi115 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:52.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:59:50.716120+0000 mgr.smithi115.ltfvnr (mgr.14180) 86 : cephadm [INF] Reconfiguring alertmanager.smithi115 (dependencies changed)... 2024-02-11T16:59:52.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:59:50.722822+0000 mgr.smithi115.ltfvnr (mgr.14180) 87 : cephadm [INF] Reconfiguring daemon alertmanager.smithi115 on smithi115 2024-02-11T16:59:53.134 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:51.842807+0000 mon.smithi115 (mon.0) 529 : audit [INF] from='client.? 172.21.15.115:0/461314881' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-11T16:59:53.134 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:51.846250+0000 mon.smithi115 (mon.0) 530 : audit [INF] from='client.? 172.21.15.115:0/461314881' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-11T16:59:53.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:51.842807+0000 mon.smithi115 (mon.0) 529 : audit [INF] from='client.? 172.21.15.115:0/461314881' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-11T16:59:53.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:51.846250+0000 mon.smithi115 (mon.0) 530 : audit [INF] from='client.? 172.21.15.115:0/461314881' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-11T16:59:53.667 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-11T16:59:53.667 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-11T16:59:53.667 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-11T16:59:53.708 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-11T16:59:53.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:52.064074+0000 mgr.smithi115.ltfvnr (mgr.14180) 88 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:59:54.116 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:52.064074+0000 mgr.smithi115.ltfvnr (mgr.14180) 88 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:59:55.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:54.064417+0000 mgr.smithi115.ltfvnr (mgr.14180) 89 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:59:55.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:54.064417+0000 mgr.smithi115.ltfvnr (mgr.14180) 89 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:59:56.045 INFO:teuthology.orchestra.run.smithi195.stdout:[client.1] 2024-02-11T16:59:56.045 INFO:teuthology.orchestra.run.smithi195.stdout: key = AQAM/chlkqV0AhAAMlIupblvtcZDS6DOvXzO+Q== 2024-02-11T16:59:56.697 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-02-11T16:59:56.697 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-11T16:59:56.697 DEBUG:teuthology.orchestra.run.smithi195:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-11T16:59:56.737 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-11T16:59:56.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:56.040570+0000 mon.smithi195 (mon.1) 17 : audit [INF] from='client.? 172.21.15.195:0/1848614378' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-11T16:59:56.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:56.041001+0000 mon.smithi115 (mon.0) 531 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-11T16:59:56.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:56.044841+0000 mon.smithi115 (mon.0) 532 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-11T16:59:56.979 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:56.040570+0000 mon.smithi195 (mon.1) 17 : audit [INF] from='client.? 172.21.15.195:0/1848614378' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-11T16:59:56.979 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:56.041001+0000 mon.smithi115 (mon.0) 531 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-11T16:59:56.980 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:56.044841+0000 mon.smithi115 (mon.0) 532 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-11T16:59:57.049 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T16:59:57.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:56.064912+0000 mgr.smithi115.ltfvnr (mgr.14180) 90 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:59:57.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:57.012561+0000 mon.smithi115 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:57.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:57.013640+0000 mon.smithi115 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi115", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-11T16:59:57.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:57.014353+0000 mon.smithi115 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:58.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:56.064912+0000 mgr.smithi115.ltfvnr (mgr.14180) 90 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:59:58.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:57.012561+0000 mon.smithi115 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T16:59:58.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:57.013640+0000 mon.smithi115 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi115", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-11T16:59:58.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:57.014353+0000 mon.smithi115 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:58.994 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:59:57.013318+0000 mgr.smithi115.ltfvnr (mgr.14180) 91 : cephadm [INF] Reconfiguring crash.smithi115 (monmap changed)... 2024-02-11T16:59:58.995 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T16:59:57.014875+0000 mgr.smithi115.ltfvnr (mgr.14180) 92 : cephadm [INF] Reconfiguring daemon crash.smithi115 on smithi115 2024-02-11T16:59:59.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:58 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:59:57.013318+0000 mgr.smithi115.ltfvnr (mgr.14180) 91 : cephadm [INF] Reconfiguring crash.smithi115 (monmap changed)... 2024-02-11T16:59:59.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:58 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T16:59:57.014875+0000 mgr.smithi115.ltfvnr (mgr.14180) 92 : cephadm [INF] Reconfiguring daemon crash.smithi115 on smithi115 2024-02-11T16:59:59.758 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T16:59:59.758 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":42,"fsid":"55d221fe-c8fe-11ee-95b9-87774f69a715","created":"2024-02-11T16:55:56.964198+0000","modified":"2024-02-11T16:59:48.309685+0000","last_up_change":"2024-02-11T16:59:46.523729+0000","last_in_change":"2024-02-11T16:59:00.855303+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-11T16:59:23.677092+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":"97fb9cf1-5128-45e8-92c2-e7436f7cf3e1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6800","nonce":817858503},{"type":"v1","addr":"172.21.15.195:6801","nonce":817858503}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6802","nonce":817858503},{"type":"v1","addr":"172.21.15.195:6803","nonce":817858503}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6806","nonce":817858503},{"type":"v1","addr":"172.21.15.195:6807","nonce":817858503}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6804","nonce":817858503},{"type":"v1","addr":"172.21.15.195:6805","nonce":817858503}]},"public_addr":"172.21.15.195:6801/817858503","cluster_addr":"172.21.15.195:6803/817858503","heartbeat_back_addr":"172.21.15.195:6807/817858503","heartbeat_front_addr":"172.21.15.195:6805/817858503","state":["exists","up"]},{"osd":1,"uuid":"65614a5c-1037-46cc-926e-3fd56295fcee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6802","nonce":1631834070},{"type":"v1","addr":"172.21.15.115:6803","nonce":1631834070}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6804","nonce":1631834070},{"type":"v1","addr":"172.21.15.115:6805","nonce":1631834070}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6808","nonce":1631834070},{"type":"v1","addr":"172.21.15.115:6809","nonce":1631834070}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6806","nonce":1631834070},{"type":"v1","addr":"172.21.15.115:6807","nonce":1631834070}]},"public_addr":"172.21.15.115:6803/1631834070","cluster_addr":"172.21.15.115:6805/1631834070","heartbeat_back_addr":"172.21.15.115:6809/1631834070","heartbeat_front_addr":"172.21.15.115:6807/1631834070","state":["exists","up"]},{"osd":2,"uuid":"e063cee5-3a64-4e69-8c71-04bf3215e01c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6808","nonce":2606152657},{"type":"v1","addr":"172.21.15.195:6809","nonce":2606152657}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6810","nonce":2606152657},{"type":"v1","addr":"172.21.15.195:6811","nonce":2606152657}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6814","nonce":2606152657},{"type":"v1","addr":"172.21.15.195:6815","nonce":2606152657}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6812","nonce":2606152657},{"type":"v1","addr":"172.21.15.195:6813","nonce":2606152657}]},"public_addr":"172.21.15.195:6809/2606152657","cluster_addr":"172.21.15.195:6811/2606152657","heartbeat_back_addr":"172.21.15.195:6815/2606152657","heartbeat_front_addr":"172.21.15.195:6813/2606152657","state":["exists","up"]},{"osd":3,"uuid":"bd88b276-08d1-456b-a346-91584aad9ce1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6810","nonce":3277813844},{"type":"v1","addr":"172.21.15.115:6811","nonce":3277813844}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6812","nonce":3277813844},{"type":"v1","addr":"172.21.15.115:6813","nonce":3277813844}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6816","nonce":3277813844},{"type":"v1","addr":"172.21.15.115:6817","nonce":3277813844}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6814","nonce":3277813844},{"type":"v1","addr":"172.21.15.115:6815","nonce":3277813844}]},"public_addr":"172.21.15.115:6811/3277813844","cluster_addr":"172.21.15.115:6813/3277813844","heartbeat_back_addr":"172.21.15.115:6817/3277813844","heartbeat_front_addr":"172.21.15.115:6815/3277813844","state":["exists","up"]},{"osd":4,"uuid":"548f9342-87c8-488e-9c9a-6a6dfd57aacc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6816","nonce":838544565},{"type":"v1","addr":"172.21.15.195:6817","nonce":838544565}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6818","nonce":838544565},{"type":"v1","addr":"172.21.15.195:6819","nonce":838544565}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6822","nonce":838544565},{"type":"v1","addr":"172.21.15.195:6823","nonce":838544565}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6820","nonce":838544565},{"type":"v1","addr":"172.21.15.195:6821","nonce":838544565}]},"public_addr":"172.21.15.195:6817/838544565","cluster_addr":"172.21.15.195:6819/838544565","heartbeat_back_addr":"172.21.15.195:6823/838544565","heartbeat_front_addr":"172.21.15.195:6821/838544565","state":["exists","up"]},{"osd":5,"uuid":"925d5341-c244-4a2d-842d-d6f1d7ed90f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6818","nonce":3239508777},{"type":"v1","addr":"172.21.15.115:6819","nonce":3239508777}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6820","nonce":3239508777},{"type":"v1","addr":"172.21.15.115:6821","nonce":3239508777}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6824","nonce":3239508777},{"type":"v1","addr":"172.21.15.115:6825","nonce":3239508777}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6822","nonce":3239508777},{"type":"v1","addr":"172.21.15.115:6823","nonce":3239508777}]},"public_addr":"172.21.15.115:6819/3239508777","cluster_addr":"172.21.15.115:6821/3239508777","heartbeat_back_addr":"172.21.15.115:6825/3239508777","heartbeat_front_addr":"172.21.15.115:6823/3239508777","state":["exists","up"]},{"osd":6,"uuid":"3b8d00cf-b314-4c44-ba15-7392f6310c49","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6824","nonce":2593816602},{"type":"v1","addr":"172.21.15.195:6825","nonce":2593816602}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6826","nonce":2593816602},{"type":"v1","addr":"172.21.15.195:6827","nonce":2593816602}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6830","nonce":2593816602},{"type":"v1","addr":"172.21.15.195:6831","nonce":2593816602}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6828","nonce":2593816602},{"type":"v1","addr":"172.21.15.195:6829","nonce":2593816602}]},"public_addr":"172.21.15.195:6825/2593816602","cluster_addr":"172.21.15.195:6827/2593816602","heartbeat_back_addr":"172.21.15.195:6831/2593816602","heartbeat_front_addr":"172.21.15.195:6829/2593816602","state":["exists","up"]},{"osd":7,"uuid":"f74200b9-d3fb-4d1a-8b88-0952486346ab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6826","nonce":629480395},{"type":"v1","addr":"172.21.15.115:6827","nonce":629480395}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6828","nonce":629480395},{"type":"v1","addr":"172.21.15.115:6829","nonce":629480395}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6832","nonce":629480395},{"type":"v1","addr":"172.21.15.115:6833","nonce":629480395}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6830","nonce":629480395},{"type":"v1","addr":"172.21.15.115:6831","nonce":629480395}]},"public_addr":"172.21.15.115:6827/629480395","cluster_addr":"172.21.15.115:6829/629480395","heartbeat_back_addr":"172.21.15.115:6833/629480395","heartbeat_front_addr":"172.21.15.115:6831/629480395","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:16.052041+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:20.321481+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:21.606439+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:27.491854+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:27.146986+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:36.784461+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:32.404694+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:45.438334+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.115:0/4085857532":"2024-02-12T16:57:46.039690+0000","172.21.15.115:0/818639173":"2024-02-12T16:57:46.039690+0000","172.21.15.115:6800/722353949":"2024-02-12T16:57:46.039690+0000","172.21.15.115:6801/869256560":"2024-02-12T16:56:55.615910+0000","172.21.15.115:0/1331952156":"2024-02-12T16:56:25.933723+0000","172.21.15.115:6801/722353949":"2024-02-12T16:57:46.039690+0000","172.21.15.115:6800/869256560":"2024-02-12T16:56:55.615910+0000","172.21.15.115:6800/935186289":"2024-02-12T16:56:25.933723+0000","172.21.15.115:6801/935186289":"2024-02-12T16:56:25.933723+0000","172.21.15.115:0/1449491417":"2024-02-12T16:56:55.615910+0000","172.21.15.115:0/3810064913":"2024-02-12T16:56:55.615910+0000","172.21.15.115:0/3540831397":"2024-02-12T16:56:25.933723+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-11T17:00:00.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 16:59:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T16:59:58.065207+0000 mgr.smithi115.ltfvnr (mgr.14180) 93 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:00.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 16:59:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T16:59:58.065207+0000 mgr.smithi115.ltfvnr (mgr.14180) 93 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:00.825 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-11T16:59:23.677092+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': {}}}] 2024-02-11T17:00:00.825 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-11T17:00:01.135 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T16:59:59.756486+0000 mon.smithi115 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.115:0/2081625423' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-11T17:00:01.135 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:00.000150+0000 mon.smithi115 (mon.0) 537 : cluster [INF] overall HEALTH_OK 2024-02-11T17:00:01.135 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:00.353506+0000 mon.smithi115 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:01.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T16:59:59.756486+0000 mon.smithi115 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.115:0/2081625423' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-11T17:00:01.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:00.000150+0000 mon.smithi115 (mon.0) 537 : cluster [INF] overall HEALTH_OK 2024-02-11T17:00:01.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:00.353506+0000 mon.smithi115 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:02.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:00.065517+0000 mgr.smithi115.ltfvnr (mgr.14180) 94 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:02.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:00:00.354157+0000 mgr.smithi115.ltfvnr (mgr.14180) 95 : cephadm [INF] Reconfiguring grafana.smithi115 (dependencies changed)... 2024-02-11T17:00:02.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:00:00.384543+0000 mgr.smithi115.ltfvnr (mgr.14180) 96 : cephadm [INF] Reconfiguring daemon grafana.smithi115 on smithi115 2024-02-11T17:00:02.181 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:00:02.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:00.065517+0000 mgr.smithi115.ltfvnr (mgr.14180) 94 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:02.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:00:00.354157+0000 mgr.smithi115.ltfvnr (mgr.14180) 95 : cephadm [INF] Reconfiguring grafana.smithi115 (dependencies changed)... 2024-02-11T17:00:02.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:00:00.384543+0000 mgr.smithi115.ltfvnr (mgr.14180) 96 : cephadm [INF] Reconfiguring daemon grafana.smithi115 on smithi115 2024-02-11T17:00:04.069 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:02.066008+0000 mgr.smithi115.ltfvnr (mgr.14180) 97 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:04.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:02.066008+0000 mgr.smithi115.ltfvnr (mgr.14180) 97 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:05.187 INFO:teuthology.orchestra.run.smithi115.stdout:pg_num: 1 2024-02-11T17:00:05.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:04.066334+0000 mgr.smithi115.ltfvnr (mgr.14180) 98 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:05.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:05.186046+0000 mon.smithi115 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.115:0/3253485104' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-11T17:00:06.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:04.066334+0000 mgr.smithi115.ltfvnr (mgr.14180) 98 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:06.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:05.186046+0000 mon.smithi115 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.115:0/3253485104' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-11T17:00:06.529 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-11T17:00:06.530 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-11T17:00:06.530 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph mgr dump --format=json 2024-02-11T17:00:07.389 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:00:07.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:06.066676+0000 mgr.smithi115.ltfvnr (mgr.14180) 99 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:07.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:07.420427+0000 mon.smithi115 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:08.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:06.066676+0000 mgr.smithi115.ltfvnr (mgr.14180) 99 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:08.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:07.420427+0000 mon.smithi115 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:09.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:00:07.421346+0000 mgr.smithi115.ltfvnr (mgr.14180) 100 : cephadm [INF] Reconfiguring prometheus.smithi115 (dependencies changed)... 2024-02-11T17:00:09.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:00:07.424558+0000 mgr.smithi115.ltfvnr (mgr.14180) 101 : cephadm [INF] Reconfiguring daemon prometheus.smithi115 on smithi115 2024-02-11T17:00:09.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:00:07.421346+0000 mgr.smithi115.ltfvnr (mgr.14180) 100 : cephadm [INF] Reconfiguring prometheus.smithi115 (dependencies changed)... 2024-02-11T17:00:09.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:00:07.424558+0000 mgr.smithi115.ltfvnr (mgr.14180) 101 : cephadm [INF] Reconfiguring daemon prometheus.smithi115 on smithi115 2024-02-11T17:00:10.013 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:08.067002+0000 mgr.smithi115.ltfvnr (mgr.14180) 102 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:10.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:08.067002+0000 mgr.smithi115.ltfvnr (mgr.14180) 102 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:11.364 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:00:11.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:10.067268+0000 mgr.smithi115.ltfvnr (mgr.14180) 103 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:11.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:11.358827+0000 mon.smithi115 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.115:0/4195090088' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-11T17:00:12.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:10.067268+0000 mgr.smithi115.ltfvnr (mgr.14180) 103 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:12.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:11.358827+0000 mon.smithi115 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.115:0/4195090088' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-11T17:00:12.883 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi115.ltfvnr","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6800","nonce":1305198860},{"type":"v1","addr":"172.21.15.115:6801","nonce":1305198860}]},"active_addr":"172.21.15.115:6801/1305198860","active_change":"2024-02-11T16:57:46.039811+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14202,"name":"smithi195.xvxjwu","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.115:8443/","prometheus":"http://172.21.15.115: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.115:0","nonce":4174778525}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.115:0","nonce":1394999788}]}]} 2024-02-11T17:00:12.886 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-11T17:00:12.886 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-11T17:00:12.886 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-11T17:00:13.794 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:00:14.087 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:12.067576+0000 mgr.smithi115.ltfvnr (mgr.14180) 104 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:14.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:12.067576+0000 mgr.smithi115.ltfvnr (mgr.14180) 104 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:16.035 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:14.067913+0000 mgr.smithi115.ltfvnr (mgr.14180) 105 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:16.035 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:15.588741+0000 mon.smithi115 (mon.0) 542 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:16.035 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:15.589777+0000 mon.smithi115 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi195", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-11T17:00:16.036 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:15.590577+0000 mon.smithi115 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:00:16.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:14.067913+0000 mgr.smithi115.ltfvnr (mgr.14180) 105 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:16.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:15.588741+0000 mon.smithi115 (mon.0) 542 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:16.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:15.589777+0000 mon.smithi115 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi195", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-11T17:00:16.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:15.590577+0000 mon.smithi115 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:00:16.280 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:00:16.280 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":42,"fsid":"55d221fe-c8fe-11ee-95b9-87774f69a715","created":"2024-02-11T16:55:56.964198+0000","modified":"2024-02-11T16:59:48.309685+0000","last_up_change":"2024-02-11T16:59:46.523729+0000","last_in_change":"2024-02-11T16:59:00.855303+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-11T16:59:23.677092+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":"97fb9cf1-5128-45e8-92c2-e7436f7cf3e1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6800","nonce":817858503},{"type":"v1","addr":"172.21.15.195:6801","nonce":817858503}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6802","nonce":817858503},{"type":"v1","addr":"172.21.15.195:6803","nonce":817858503}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6806","nonce":817858503},{"type":"v1","addr":"172.21.15.195:6807","nonce":817858503}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6804","nonce":817858503},{"type":"v1","addr":"172.21.15.195:6805","nonce":817858503}]},"public_addr":"172.21.15.195:6801/817858503","cluster_addr":"172.21.15.195:6803/817858503","heartbeat_back_addr":"172.21.15.195:6807/817858503","heartbeat_front_addr":"172.21.15.195:6805/817858503","state":["exists","up"]},{"osd":1,"uuid":"65614a5c-1037-46cc-926e-3fd56295fcee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6802","nonce":1631834070},{"type":"v1","addr":"172.21.15.115:6803","nonce":1631834070}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6804","nonce":1631834070},{"type":"v1","addr":"172.21.15.115:6805","nonce":1631834070}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6808","nonce":1631834070},{"type":"v1","addr":"172.21.15.115:6809","nonce":1631834070}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6806","nonce":1631834070},{"type":"v1","addr":"172.21.15.115:6807","nonce":1631834070}]},"public_addr":"172.21.15.115:6803/1631834070","cluster_addr":"172.21.15.115:6805/1631834070","heartbeat_back_addr":"172.21.15.115:6809/1631834070","heartbeat_front_addr":"172.21.15.115:6807/1631834070","state":["exists","up"]},{"osd":2,"uuid":"e063cee5-3a64-4e69-8c71-04bf3215e01c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6808","nonce":2606152657},{"type":"v1","addr":"172.21.15.195:6809","nonce":2606152657}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6810","nonce":2606152657},{"type":"v1","addr":"172.21.15.195:6811","nonce":2606152657}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6814","nonce":2606152657},{"type":"v1","addr":"172.21.15.195:6815","nonce":2606152657}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6812","nonce":2606152657},{"type":"v1","addr":"172.21.15.195:6813","nonce":2606152657}]},"public_addr":"172.21.15.195:6809/2606152657","cluster_addr":"172.21.15.195:6811/2606152657","heartbeat_back_addr":"172.21.15.195:6815/2606152657","heartbeat_front_addr":"172.21.15.195:6813/2606152657","state":["exists","up"]},{"osd":3,"uuid":"bd88b276-08d1-456b-a346-91584aad9ce1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6810","nonce":3277813844},{"type":"v1","addr":"172.21.15.115:6811","nonce":3277813844}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6812","nonce":3277813844},{"type":"v1","addr":"172.21.15.115:6813","nonce":3277813844}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6816","nonce":3277813844},{"type":"v1","addr":"172.21.15.115:6817","nonce":3277813844}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6814","nonce":3277813844},{"type":"v1","addr":"172.21.15.115:6815","nonce":3277813844}]},"public_addr":"172.21.15.115:6811/3277813844","cluster_addr":"172.21.15.115:6813/3277813844","heartbeat_back_addr":"172.21.15.115:6817/3277813844","heartbeat_front_addr":"172.21.15.115:6815/3277813844","state":["exists","up"]},{"osd":4,"uuid":"548f9342-87c8-488e-9c9a-6a6dfd57aacc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6816","nonce":838544565},{"type":"v1","addr":"172.21.15.195:6817","nonce":838544565}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6818","nonce":838544565},{"type":"v1","addr":"172.21.15.195:6819","nonce":838544565}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6822","nonce":838544565},{"type":"v1","addr":"172.21.15.195:6823","nonce":838544565}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6820","nonce":838544565},{"type":"v1","addr":"172.21.15.195:6821","nonce":838544565}]},"public_addr":"172.21.15.195:6817/838544565","cluster_addr":"172.21.15.195:6819/838544565","heartbeat_back_addr":"172.21.15.195:6823/838544565","heartbeat_front_addr":"172.21.15.195:6821/838544565","state":["exists","up"]},{"osd":5,"uuid":"925d5341-c244-4a2d-842d-d6f1d7ed90f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6818","nonce":3239508777},{"type":"v1","addr":"172.21.15.115:6819","nonce":3239508777}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6820","nonce":3239508777},{"type":"v1","addr":"172.21.15.115:6821","nonce":3239508777}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6824","nonce":3239508777},{"type":"v1","addr":"172.21.15.115:6825","nonce":3239508777}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6822","nonce":3239508777},{"type":"v1","addr":"172.21.15.115:6823","nonce":3239508777}]},"public_addr":"172.21.15.115:6819/3239508777","cluster_addr":"172.21.15.115:6821/3239508777","heartbeat_back_addr":"172.21.15.115:6825/3239508777","heartbeat_front_addr":"172.21.15.115:6823/3239508777","state":["exists","up"]},{"osd":6,"uuid":"3b8d00cf-b314-4c44-ba15-7392f6310c49","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6824","nonce":2593816602},{"type":"v1","addr":"172.21.15.195:6825","nonce":2593816602}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6826","nonce":2593816602},{"type":"v1","addr":"172.21.15.195:6827","nonce":2593816602}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6830","nonce":2593816602},{"type":"v1","addr":"172.21.15.195:6831","nonce":2593816602}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6828","nonce":2593816602},{"type":"v1","addr":"172.21.15.195:6829","nonce":2593816602}]},"public_addr":"172.21.15.195:6825/2593816602","cluster_addr":"172.21.15.195:6827/2593816602","heartbeat_back_addr":"172.21.15.195:6831/2593816602","heartbeat_front_addr":"172.21.15.195:6829/2593816602","state":["exists","up"]},{"osd":7,"uuid":"f74200b9-d3fb-4d1a-8b88-0952486346ab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6826","nonce":629480395},{"type":"v1","addr":"172.21.15.115:6827","nonce":629480395}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6828","nonce":629480395},{"type":"v1","addr":"172.21.15.115:6829","nonce":629480395}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6832","nonce":629480395},{"type":"v1","addr":"172.21.15.115:6833","nonce":629480395}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6830","nonce":629480395},{"type":"v1","addr":"172.21.15.115:6831","nonce":629480395}]},"public_addr":"172.21.15.115:6827/629480395","cluster_addr":"172.21.15.115:6829/629480395","heartbeat_back_addr":"172.21.15.115:6833/629480395","heartbeat_front_addr":"172.21.15.115:6831/629480395","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:16.052041+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:20.321481+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:21.606439+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:27.491854+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:27.146986+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:36.784461+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:32.404694+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:45.438334+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.115:0/4085857532":"2024-02-12T16:57:46.039690+0000","172.21.15.115:0/818639173":"2024-02-12T16:57:46.039690+0000","172.21.15.115:6800/722353949":"2024-02-12T16:57:46.039690+0000","172.21.15.115:6801/869256560":"2024-02-12T16:56:55.615910+0000","172.21.15.115:0/1331952156":"2024-02-12T16:56:25.933723+0000","172.21.15.115:6801/722353949":"2024-02-12T16:57:46.039690+0000","172.21.15.115:6800/869256560":"2024-02-12T16:56:55.615910+0000","172.21.15.115:6800/935186289":"2024-02-12T16:56:25.933723+0000","172.21.15.115:6801/935186289":"2024-02-12T16:56:25.933723+0000","172.21.15.115:0/1449491417":"2024-02-12T16:56:55.615910+0000","172.21.15.115:0/3810064913":"2024-02-12T16:56:55.615910+0000","172.21.15.115:0/3540831397":"2024-02-12T16:56:25.933723+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-11T17:00:16.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:00:15.589467+0000 mgr.smithi115.ltfvnr (mgr.14180) 106 : cephadm [INF] Reconfiguring crash.smithi195 (monmap changed)... 2024-02-11T17:00:16.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:00:15.591112+0000 mgr.smithi115.ltfvnr (mgr.14180) 107 : cephadm [INF] Reconfiguring daemon crash.smithi195 on smithi195 2024-02-11T17:00:16.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:16.278727+0000 mon.smithi115 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.115:0/2557058255' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-11T17:00:16.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:00:15.589467+0000 mgr.smithi115.ltfvnr (mgr.14180) 106 : cephadm [INF] Reconfiguring crash.smithi195 (monmap changed)... 2024-02-11T17:00:16.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:00:15.591112+0000 mgr.smithi115.ltfvnr (mgr.14180) 107 : cephadm [INF] Reconfiguring daemon crash.smithi195 on smithi195 2024-02-11T17:00:16.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:16.278727+0000 mon.smithi115 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.115:0/2557058255' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-11T17:00:17.047 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-11T17:00:17.047 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-11T17:00:17.317 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:00:17.822 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:16.068192+0000 mgr.smithi115.ltfvnr (mgr.14180) 108 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:17.822 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:16.993845+0000 mon.smithi115 (mon.0) 546 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:17.822 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:16.994773+0000 mon.smithi115 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi195.xvxjwu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-11T17:00:17.822 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:16.995505+0000 mon.smithi115 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-11T17:00:17.822 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:16.996064+0000 mon.smithi115 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:00:18.124 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:16.068192+0000 mgr.smithi115.ltfvnr (mgr.14180) 108 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:18.124 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:16.993845+0000 mon.smithi115 (mon.0) 546 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:18.125 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:16.994773+0000 mon.smithi115 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi195.xvxjwu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-11T17:00:18.125 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:16.995505+0000 mon.smithi115 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-11T17:00:18.125 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:16.996064+0000 mon.smithi115 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:00:18.879 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:00:16.994467+0000 mgr.smithi115.ltfvnr (mgr.14180) 109 : cephadm [INF] Reconfiguring mgr.smithi195.xvxjwu (monmap changed)... 2024-02-11T17:00:18.880 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:00:16.996580+0000 mgr.smithi115.ltfvnr (mgr.14180) 110 : cephadm [INF] Reconfiguring daemon mgr.smithi195.xvxjwu on smithi195 2024-02-11T17:00:18.880 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:18.530137+0000 mon.smithi115 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:18.880 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:18.531101+0000 mon.smithi115 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-11T17:00:18.880 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:18.531838+0000 mon.smithi115 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-11T17:00:18.880 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:18.532517+0000 mon.smithi115 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:00:19.026 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:00:16.994467+0000 mgr.smithi115.ltfvnr (mgr.14180) 109 : cephadm [INF] Reconfiguring mgr.smithi195.xvxjwu (monmap changed)... 2024-02-11T17:00:19.027 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:00:16.996580+0000 mgr.smithi115.ltfvnr (mgr.14180) 110 : cephadm [INF] Reconfiguring daemon mgr.smithi195.xvxjwu on smithi195 2024-02-11T17:00:19.027 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:18.530137+0000 mon.smithi115 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:19.027 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:18.531101+0000 mon.smithi115 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-11T17:00:19.027 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:18.531838+0000 mon.smithi115 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-11T17:00:19.027 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:18.532517+0000 mon.smithi115 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:00:19.274 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:00:19.274 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":42,"fsid":"55d221fe-c8fe-11ee-95b9-87774f69a715","created":"2024-02-11T16:55:56.964198+0000","modified":"2024-02-11T16:59:48.309685+0000","last_up_change":"2024-02-11T16:59:46.523729+0000","last_in_change":"2024-02-11T16:59:00.855303+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-11T16:59:23.677092+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":"97fb9cf1-5128-45e8-92c2-e7436f7cf3e1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6800","nonce":817858503},{"type":"v1","addr":"172.21.15.195:6801","nonce":817858503}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6802","nonce":817858503},{"type":"v1","addr":"172.21.15.195:6803","nonce":817858503}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6806","nonce":817858503},{"type":"v1","addr":"172.21.15.195:6807","nonce":817858503}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6804","nonce":817858503},{"type":"v1","addr":"172.21.15.195:6805","nonce":817858503}]},"public_addr":"172.21.15.195:6801/817858503","cluster_addr":"172.21.15.195:6803/817858503","heartbeat_back_addr":"172.21.15.195:6807/817858503","heartbeat_front_addr":"172.21.15.195:6805/817858503","state":["exists","up"]},{"osd":1,"uuid":"65614a5c-1037-46cc-926e-3fd56295fcee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6802","nonce":1631834070},{"type":"v1","addr":"172.21.15.115:6803","nonce":1631834070}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6804","nonce":1631834070},{"type":"v1","addr":"172.21.15.115:6805","nonce":1631834070}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6808","nonce":1631834070},{"type":"v1","addr":"172.21.15.115:6809","nonce":1631834070}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6806","nonce":1631834070},{"type":"v1","addr":"172.21.15.115:6807","nonce":1631834070}]},"public_addr":"172.21.15.115:6803/1631834070","cluster_addr":"172.21.15.115:6805/1631834070","heartbeat_back_addr":"172.21.15.115:6809/1631834070","heartbeat_front_addr":"172.21.15.115:6807/1631834070","state":["exists","up"]},{"osd":2,"uuid":"e063cee5-3a64-4e69-8c71-04bf3215e01c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6808","nonce":2606152657},{"type":"v1","addr":"172.21.15.195:6809","nonce":2606152657}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6810","nonce":2606152657},{"type":"v1","addr":"172.21.15.195:6811","nonce":2606152657}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6814","nonce":2606152657},{"type":"v1","addr":"172.21.15.195:6815","nonce":2606152657}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6812","nonce":2606152657},{"type":"v1","addr":"172.21.15.195:6813","nonce":2606152657}]},"public_addr":"172.21.15.195:6809/2606152657","cluster_addr":"172.21.15.195:6811/2606152657","heartbeat_back_addr":"172.21.15.195:6815/2606152657","heartbeat_front_addr":"172.21.15.195:6813/2606152657","state":["exists","up"]},{"osd":3,"uuid":"bd88b276-08d1-456b-a346-91584aad9ce1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6810","nonce":3277813844},{"type":"v1","addr":"172.21.15.115:6811","nonce":3277813844}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6812","nonce":3277813844},{"type":"v1","addr":"172.21.15.115:6813","nonce":3277813844}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6816","nonce":3277813844},{"type":"v1","addr":"172.21.15.115:6817","nonce":3277813844}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6814","nonce":3277813844},{"type":"v1","addr":"172.21.15.115:6815","nonce":3277813844}]},"public_addr":"172.21.15.115:6811/3277813844","cluster_addr":"172.21.15.115:6813/3277813844","heartbeat_back_addr":"172.21.15.115:6817/3277813844","heartbeat_front_addr":"172.21.15.115:6815/3277813844","state":["exists","up"]},{"osd":4,"uuid":"548f9342-87c8-488e-9c9a-6a6dfd57aacc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6816","nonce":838544565},{"type":"v1","addr":"172.21.15.195:6817","nonce":838544565}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6818","nonce":838544565},{"type":"v1","addr":"172.21.15.195:6819","nonce":838544565}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6822","nonce":838544565},{"type":"v1","addr":"172.21.15.195:6823","nonce":838544565}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6820","nonce":838544565},{"type":"v1","addr":"172.21.15.195:6821","nonce":838544565}]},"public_addr":"172.21.15.195:6817/838544565","cluster_addr":"172.21.15.195:6819/838544565","heartbeat_back_addr":"172.21.15.195:6823/838544565","heartbeat_front_addr":"172.21.15.195:6821/838544565","state":["exists","up"]},{"osd":5,"uuid":"925d5341-c244-4a2d-842d-d6f1d7ed90f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6818","nonce":3239508777},{"type":"v1","addr":"172.21.15.115:6819","nonce":3239508777}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6820","nonce":3239508777},{"type":"v1","addr":"172.21.15.115:6821","nonce":3239508777}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6824","nonce":3239508777},{"type":"v1","addr":"172.21.15.115:6825","nonce":3239508777}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6822","nonce":3239508777},{"type":"v1","addr":"172.21.15.115:6823","nonce":3239508777}]},"public_addr":"172.21.15.115:6819/3239508777","cluster_addr":"172.21.15.115:6821/3239508777","heartbeat_back_addr":"172.21.15.115:6825/3239508777","heartbeat_front_addr":"172.21.15.115:6823/3239508777","state":["exists","up"]},{"osd":6,"uuid":"3b8d00cf-b314-4c44-ba15-7392f6310c49","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6824","nonce":2593816602},{"type":"v1","addr":"172.21.15.195:6825","nonce":2593816602}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6826","nonce":2593816602},{"type":"v1","addr":"172.21.15.195:6827","nonce":2593816602}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6830","nonce":2593816602},{"type":"v1","addr":"172.21.15.195:6831","nonce":2593816602}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6828","nonce":2593816602},{"type":"v1","addr":"172.21.15.195:6829","nonce":2593816602}]},"public_addr":"172.21.15.195:6825/2593816602","cluster_addr":"172.21.15.195:6827/2593816602","heartbeat_back_addr":"172.21.15.195:6831/2593816602","heartbeat_front_addr":"172.21.15.195:6829/2593816602","state":["exists","up"]},{"osd":7,"uuid":"f74200b9-d3fb-4d1a-8b88-0952486346ab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6826","nonce":629480395},{"type":"v1","addr":"172.21.15.115:6827","nonce":629480395}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6828","nonce":629480395},{"type":"v1","addr":"172.21.15.115:6829","nonce":629480395}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6832","nonce":629480395},{"type":"v1","addr":"172.21.15.115:6833","nonce":629480395}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6830","nonce":629480395},{"type":"v1","addr":"172.21.15.115:6831","nonce":629480395}]},"public_addr":"172.21.15.115:6827/629480395","cluster_addr":"172.21.15.115:6829/629480395","heartbeat_back_addr":"172.21.15.115:6833/629480395","heartbeat_front_addr":"172.21.15.115:6831/629480395","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:16.052041+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:20.321481+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:21.606439+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:27.491854+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:27.146986+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:36.784461+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:32.404694+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T16:59:45.438334+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.115:0/4085857532":"2024-02-12T16:57:46.039690+0000","172.21.15.115:0/818639173":"2024-02-12T16:57:46.039690+0000","172.21.15.115:6800/722353949":"2024-02-12T16:57:46.039690+0000","172.21.15.115:6801/869256560":"2024-02-12T16:56:55.615910+0000","172.21.15.115:0/1331952156":"2024-02-12T16:56:25.933723+0000","172.21.15.115:6801/722353949":"2024-02-12T16:57:46.039690+0000","172.21.15.115:6800/869256560":"2024-02-12T16:56:55.615910+0000","172.21.15.115:6800/935186289":"2024-02-12T16:56:25.933723+0000","172.21.15.115:6801/935186289":"2024-02-12T16:56:25.933723+0000","172.21.15.115:0/1449491417":"2024-02-12T16:56:55.615910+0000","172.21.15.115:0/3810064913":"2024-02-12T16:56:55.615910+0000","172.21.15.115:0/3540831397":"2024-02-12T16:56:25.933723+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-11T17:00:19.994 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:18.068529+0000 mgr.smithi115.ltfvnr (mgr.14180) 111 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:19.994 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:00:18.530806+0000 mgr.smithi115.ltfvnr (mgr.14180) 112 : cephadm [INF] Reconfiguring mon.smithi195 (monmap changed)... 2024-02-11T17:00:19.994 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:00:18.533134+0000 mgr.smithi115.ltfvnr (mgr.14180) 113 : cephadm [INF] Reconfiguring daemon mon.smithi195 on smithi195 2024-02-11T17:00:19.995 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:19.272918+0000 mon.smithi115 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.115:0/348949955' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-11T17:00:19.995 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:18.068529+0000 mgr.smithi115.ltfvnr (mgr.14180) 111 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:19.996 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:00:18.530806+0000 mgr.smithi115.ltfvnr (mgr.14180) 112 : cephadm [INF] Reconfiguring mon.smithi195 (monmap changed)... 2024-02-11T17:00:19.996 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:00:18.533134+0000 mgr.smithi115.ltfvnr (mgr.14180) 113 : cephadm [INF] Reconfiguring daemon mon.smithi195 on smithi195 2024-02-11T17:00:19.996 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:19.272918+0000 mon.smithi115 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.115:0/348949955' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-11T17:00:20.016 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-11T17:00:20.322 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:00:21.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:20.035417+0000 mon.smithi115 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:21.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:20.038064+0000 mon.smithi115 (mon.0) 556 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-11T17:00:21.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:20.038448+0000 mgr.smithi115.ltfvnr (mgr.14180) 114 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-11T17:00:21.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:20.039298+0000 mon.smithi115 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi115.front.sepia.ceph.com:9093"}]: dispatch 2024-02-11T17:00:21.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:20.039544+0000 mgr.smithi115.ltfvnr (mgr.14180) 115 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi115.front.sepia.ceph.com:9093"}]: dispatch 2024-02-11T17:00:21.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:20.045827+0000 mon.smithi115 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:21.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:20.051365+0000 mon.smithi115 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-11T17:00:21.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:20.051727+0000 mgr.smithi115.ltfvnr (mgr.14180) 116 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-11T17:00:21.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:20.054464+0000 mon.smithi115 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi115.front.sepia.ceph.com:3000"}]: dispatch 2024-02-11T17:00:21.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:20.054802+0000 mgr.smithi115.ltfvnr (mgr.14180) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi115.front.sepia.ceph.com:3000"}]: dispatch 2024-02-11T17:00:21.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:20.059019+0000 mon.smithi115 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:21.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:20.064265+0000 mon.smithi115 (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-11T17:00:21.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:20.064690+0000 mgr.smithi115.ltfvnr (mgr.14180) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-11T17:00:21.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:20.067911+0000 mon.smithi115 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi115.front.sepia.ceph.com:9095"}]: dispatch 2024-02-11T17:00:21.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:20.068287+0000 mgr.smithi115.ltfvnr (mgr.14180) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi115.front.sepia.ceph.com:9095"}]: dispatch 2024-02-11T17:00:21.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:20.068870+0000 mgr.smithi115.ltfvnr (mgr.14180) 120 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:21.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:20.073065+0000 mon.smithi115 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:21.420 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:20.075001+0000 mon.smithi115 (mon.0) 565 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:00:21.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:20.035417+0000 mon.smithi115 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:21.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:20.038064+0000 mon.smithi115 (mon.0) 556 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-11T17:00:21.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:20.038448+0000 mgr.smithi115.ltfvnr (mgr.14180) 114 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-11T17:00:21.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:20.039298+0000 mon.smithi115 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi115.front.sepia.ceph.com:9093"}]: dispatch 2024-02-11T17:00:21.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:20.039544+0000 mgr.smithi115.ltfvnr (mgr.14180) 115 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi115.front.sepia.ceph.com:9093"}]: dispatch 2024-02-11T17:00:21.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:20.045827+0000 mon.smithi115 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:21.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:20.051365+0000 mon.smithi115 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-11T17:00:21.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:20.051727+0000 mgr.smithi115.ltfvnr (mgr.14180) 116 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-11T17:00:21.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:20.054464+0000 mon.smithi115 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi115.front.sepia.ceph.com:3000"}]: dispatch 2024-02-11T17:00:21.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:20.054802+0000 mgr.smithi115.ltfvnr (mgr.14180) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi115.front.sepia.ceph.com:3000"}]: dispatch 2024-02-11T17:00:21.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:20.059019+0000 mon.smithi115 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:21.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:20.064265+0000 mon.smithi115 (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-11T17:00:21.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:20.064690+0000 mgr.smithi115.ltfvnr (mgr.14180) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-11T17:00:21.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:20.067911+0000 mon.smithi115 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi115.front.sepia.ceph.com:9095"}]: dispatch 2024-02-11T17:00:21.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:20.068287+0000 mgr.smithi115.ltfvnr (mgr.14180) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi115.front.sepia.ceph.com:9095"}]: dispatch 2024-02-11T17:00:21.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:20.068870+0000 mgr.smithi115.ltfvnr (mgr.14180) 120 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:21.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:20.073065+0000 mon.smithi115 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:21.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:20.075001+0000 mon.smithi115 (mon.0) 565 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:00:23.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:22.069102+0000 mgr.smithi115.ltfvnr (mgr.14180) 121 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:23.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:22.200469+0000 mon.smithi115 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:23.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:22.069102+0000 mgr.smithi115.ltfvnr (mgr.14180) 121 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:23.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:22.200469+0000 mon.smithi115 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:24.214 INFO:teuthology.orchestra.run.smithi115.stdout:68719476751 2024-02-11T17:00:24.215 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-11T17:00:25.003 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:00:25.434 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:24.069458+0000 mgr.smithi115.ltfvnr (mgr.14180) 122 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:25.651 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:24.069458+0000 mgr.smithi115.ltfvnr (mgr.14180) 122 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:27.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:00:25.945230+0000 mgr.smithi115.ltfvnr (mgr.14180) 123 : cephadm [INF] Detected new or changed devices on smithi195 2024-02-11T17:00:27.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:25.950244+0000 mon.smithi115 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:27.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:26.069837+0000 mgr.smithi115.ltfvnr (mgr.14180) 124 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:27.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:26.229261+0000 mon.smithi115 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:00:27.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:26.229902+0000 mon.smithi115 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:00:27.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:26.230510+0000 mon.smithi115 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:00:27.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:26.231119+0000 mon.smithi115 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:00:27.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:00:26.231530+0000 mgr.smithi115.ltfvnr (mgr.14180) 125 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 3992M 2024-02-11T17:00:27.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:26.235484+0000 mon.smithi115 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:27.229 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:00:25.945230+0000 mgr.smithi115.ltfvnr (mgr.14180) 123 : cephadm [INF] Detected new or changed devices on smithi195 2024-02-11T17:00:27.229 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:25.950244+0000 mon.smithi115 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:27.229 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:26.069837+0000 mgr.smithi115.ltfvnr (mgr.14180) 124 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:27.229 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:26.229261+0000 mon.smithi115 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:00:27.229 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:26.229902+0000 mon.smithi115 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:00:27.229 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:26.230510+0000 mon.smithi115 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:00:27.229 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:26.231119+0000 mon.smithi115 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:00:27.229 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:00:26.231530+0000 mgr.smithi115.ltfvnr (mgr.14180) 125 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 3992M 2024-02-11T17:00:27.229 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:26.235484+0000 mon.smithi115 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:28.909 INFO:teuthology.orchestra.run.smithi115.stdout:85899345937 2024-02-11T17:00:28.910 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-11T17:00:29.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:28.070112+0000 mgr.smithi115.ltfvnr (mgr.14180) 126 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:29.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:28.957550+0000 mon.smithi115 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:29.194 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:00:29.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:28.070112+0000 mgr.smithi115.ltfvnr (mgr.14180) 126 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:29.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:28.957550+0000 mon.smithi115 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:31.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:30.070492+0000 mgr.smithi115.ltfvnr (mgr.14180) 127 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:31.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:30.070492+0000 mgr.smithi115.ltfvnr (mgr.14180) 127 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:33.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:32.070810+0000 mgr.smithi115.ltfvnr (mgr.14180) 128 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:33.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:32.070810+0000 mgr.smithi115.ltfvnr (mgr.14180) 128 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:34.027 INFO:teuthology.orchestra.run.smithi115.stdout:94489280527 2024-02-11T17:00:34.027 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-11T17:00:34.311 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:00:35.164 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:00:34.067868+0000 mgr.smithi115.ltfvnr (mgr.14180) 129 : cephadm [INF] Detected new or changed devices on smithi115 2024-02-11T17:00:35.164 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:34.071080+0000 mgr.smithi115.ltfvnr (mgr.14180) 130 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:35.164 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:34.074392+0000 mon.smithi115 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:35.164 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:34.389478+0000 mon.smithi115 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:35.164 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:34.390433+0000 mon.smithi115 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:00:35.164 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:34.391020+0000 mon.smithi115 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:00:35.164 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:34.391537+0000 mon.smithi115 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:00:35.164 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:34.392090+0000 mon.smithi115 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:00:35.164 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:00:34.392487+0000 mgr.smithi115.ltfvnr (mgr.14180) 131 : cephadm [INF] Adjusting osd_memory_target on smithi115 to 3224M 2024-02-11T17:00:35.164 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:34.397892+0000 mon.smithi115 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:35.165 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:34.398703+0000 mon.smithi115 (mon.0) 581 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:00:35.165 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:34.399253+0000 mon.smithi115 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:00:35.165 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:34.404987+0000 mon.smithi115 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:35.165 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:34.408315+0000 mon.smithi115 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:00:35.165 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:34.410923+0000 mon.smithi115 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T17:00:35.165 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:34.411899+0000 mon.smithi115 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T17:00:35.165 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:34.412086+0000 mon.smithi115 (mon.0) 587 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:00:35.165 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:34.412471+0000 mon.smithi115 (mon.0) 588 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:00:35.335 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:00:34.067868+0000 mgr.smithi115.ltfvnr (mgr.14180) 129 : cephadm [INF] Detected new or changed devices on smithi115 2024-02-11T17:00:35.335 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:34.071080+0000 mgr.smithi115.ltfvnr (mgr.14180) 130 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:35.335 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:34.074392+0000 mon.smithi115 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:35.335 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:34.389478+0000 mon.smithi115 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:35.335 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:34.390433+0000 mon.smithi115 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:00:35.335 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:34.391020+0000 mon.smithi115 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:00:35.335 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:34.391537+0000 mon.smithi115 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:00:35.335 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:34.392090+0000 mon.smithi115 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:00:35.335 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:00:34.392487+0000 mgr.smithi115.ltfvnr (mgr.14180) 131 : cephadm [INF] Adjusting osd_memory_target on smithi115 to 3224M 2024-02-11T17:00:35.335 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:34.397892+0000 mon.smithi115 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:35.336 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:34.398703+0000 mon.smithi115 (mon.0) 581 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:00:35.336 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:34.399253+0000 mon.smithi115 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:00:35.336 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:34.404987+0000 mon.smithi115 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:35.336 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:34.408315+0000 mon.smithi115 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:00:35.336 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:34.410923+0000 mon.smithi115 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T17:00:35.336 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:34.411899+0000 mon.smithi115 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T17:00:35.336 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:34.412086+0000 mon.smithi115 (mon.0) 587 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:00:35.336 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:34.412471+0000 mon.smithi115 (mon.0) 588 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:00:37.341 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:36.071427+0000 mgr.smithi115.ltfvnr (mgr.14180) 132 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:37.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:36.071427+0000 mgr.smithi115.ltfvnr (mgr.14180) 132 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:38.445 INFO:teuthology.orchestra.run.smithi115.stdout:120259084304 2024-02-11T17:00:38.446 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-11T17:00:38.726 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:00:39.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:38.071857+0000 mgr.smithi115.ltfvnr (mgr.14180) 133 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:39.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:38.071857+0000 mgr.smithi115.ltfvnr (mgr.14180) 133 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:41.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:40.072184+0000 mgr.smithi115.ltfvnr (mgr.14180) 134 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:41.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:40.072184+0000 mgr.smithi115.ltfvnr (mgr.14180) 134 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:43.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:42.072509+0000 mgr.smithi115.ltfvnr (mgr.14180) 135 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:43.447 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:42.072509+0000 mgr.smithi115.ltfvnr (mgr.14180) 135 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:43.528 INFO:teuthology.orchestra.run.smithi115.stdout:115964117009 2024-02-11T17:00:43.529 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-11T17:00:44.317 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:00:44.860 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:43.768820+0000 mon.smithi115 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:45.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:43.768820+0000 mon.smithi115 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:46.097 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:44.072932+0000 mgr.smithi115.ltfvnr (mgr.14180) 136 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:46.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:44.072932+0000 mgr.smithi115.ltfvnr (mgr.14180) 136 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:48.097 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:46.073326+0000 mgr.smithi115.ltfvnr (mgr.14180) 137 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:48.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:46.073326+0000 mgr.smithi115.ltfvnr (mgr.14180) 137 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:48.941 INFO:teuthology.orchestra.run.smithi115.stdout:154618822673 2024-02-11T17:00:48.942 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-11T17:00:49.828 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:00:49.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:48.073770+0000 mgr.smithi115.ltfvnr (mgr.14180) 138 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:49.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:48.534013+0000 mon.smithi115 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:49.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:48.535931+0000 mon.smithi115 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:00:49.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:48.073770+0000 mgr.smithi115.ltfvnr (mgr.14180) 138 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:49.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:48.534013+0000 mon.smithi115 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:49.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:48.535931+0000 mon.smithi115 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:00:51.842 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:50.074214+0000 mgr.smithi115.ltfvnr (mgr.14180) 139 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:51.842 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:50.583111+0000 mon.smithi115 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:51.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:50.074214+0000 mgr.smithi115.ltfvnr (mgr.14180) 139 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:51.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:50.583111+0000 mon.smithi115 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:53.025 INFO:teuthology.orchestra.run.smithi115.stdout:137438953491 2024-02-11T17:00:53.025 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-11T17:00:53.905 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:00:53.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:52.074543+0000 mgr.smithi115.ltfvnr (mgr.14180) 140 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:53.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:52.074543+0000 mgr.smithi115.ltfvnr (mgr.14180) 140 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:55.625 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:54.074949+0000 mgr.smithi115.ltfvnr (mgr.14180) 141 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:55.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:54.074949+0000 mgr.smithi115.ltfvnr (mgr.14180) 141 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:57.165 INFO:teuthology.orchestra.run.smithi115.stdout:171798691856 2024-02-11T17:00:57.166 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-11T17:00:57.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:56.075319+0000 mgr.smithi115.ltfvnr (mgr.14180) 142 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:57.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:56.075319+0000 mgr.smithi115.ltfvnr (mgr.14180) 142 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:57.951 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:00:59.588 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:00:58.075634+0000 mgr.smithi115.ltfvnr (mgr.14180) 143 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:59.588 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:58.358772+0000 mon.smithi115 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:59.588 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:58.359553+0000 mon.smithi115 (mon.0) 594 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:00:59.588 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:58.360118+0000 mon.smithi115 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:00:59.588 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:58.363946+0000 mon.smithi115 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:59.589 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:00:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:58.367245+0000 mon.smithi115 (mon.0) 597 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:00:59.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:00:58.075634+0000 mgr.smithi115.ltfvnr (mgr.14180) 143 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:00:59.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:58.358772+0000 mon.smithi115 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:59.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:58.359553+0000 mon.smithi115 (mon.0) 594 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:00:59.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:58.360118+0000 mon.smithi115 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:00:59.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:58.363946+0000 mon.smithi115 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:00:59.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:00:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:58.367245+0000 mon.smithi115 (mon.0) 597 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:00:59.994 INFO:teuthology.orchestra.run.smithi115.stdout:68719476758 2024-02-11T17:01:00.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:00:59.993495+0000 mon.smithi115 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.115:0/3612338284' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-11T17:01:00.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:00:59.993495+0000 mon.smithi115 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.115:0/3612338284' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-11T17:01:00.890 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476751 got 68719476758 for osd.0 2024-02-11T17:01:00.890 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-11T17:01:01.157 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:01:01.644 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:00.075953+0000 mgr.smithi115.ltfvnr (mgr.14180) 144 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:01.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:00.075953+0000 mgr.smithi115.ltfvnr (mgr.14180) 144 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:03.379 INFO:teuthology.orchestra.run.smithi115.stdout:85899345943 2024-02-11T17:01:03.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:02.076328+0000 mgr.smithi115.ltfvnr (mgr.14180) 145 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:03.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:02.076328+0000 mgr.smithi115.ltfvnr (mgr.14180) 145 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:04.104 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345937 got 85899345943 for osd.1 2024-02-11T17:01:04.104 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-11T17:01:04.373 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:01:04.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:04 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:03.378471+0000 mon.smithi115 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.115:0/4100714851' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-11T17:01:04.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:04 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:03.378471+0000 mon.smithi115 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.115:0/4100714851' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-11T17:01:05.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:04.076673+0000 mgr.smithi115.ltfvnr (mgr.14180) 146 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:05.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:04.076673+0000 mgr.smithi115.ltfvnr (mgr.14180) 146 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:06.387 INFO:teuthology.orchestra.run.smithi115.stdout:94489280534 2024-02-11T17:01:07.263 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280527 got 94489280534 for osd.2 2024-02-11T17:01:07.263 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-11T17:01:07.538 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:01:07.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:06.077122+0000 mgr.smithi115.ltfvnr (mgr.14180) 147 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:07.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:06.385206+0000 mon.smithi115 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.115:0/174248270' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-11T17:01:07.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:06.077122+0000 mgr.smithi115.ltfvnr (mgr.14180) 147 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:07.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:06.385206+0000 mon.smithi115 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.115:0/174248270' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-11T17:01:09.425 INFO:teuthology.orchestra.run.smithi115.stdout:120259084310 2024-02-11T17:01:09.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:08.077557+0000 mgr.smithi115.ltfvnr (mgr.14180) 148 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:09.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:08.077557+0000 mgr.smithi115.ltfvnr (mgr.14180) 148 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:10.111 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084304 got 120259084310 for osd.3 2024-02-11T17:01:10.111 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-11T17:01:10.377 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:01:10.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:09.424503+0000 mon.smithi115 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.115:0/1191839162' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-11T17:01:10.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:09.424503+0000 mon.smithi115 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.115:0/1191839162' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-11T17:01:11.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:10.078025+0000 mgr.smithi115.ltfvnr (mgr.14180) 149 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:11.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:10.078025+0000 mgr.smithi115.ltfvnr (mgr.14180) 149 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:12.563 INFO:teuthology.orchestra.run.smithi115.stdout:115964117015 2024-02-11T17:01:13.351 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117009 got 115964117015 for osd.4 2024-02-11T17:01:13.352 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-11T17:01:13.625 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:01:13.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:12.078400+0000 mgr.smithi115.ltfvnr (mgr.14180) 150 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:13.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:12.562040+0000 mon.smithi115 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.115:0/1149228148' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-11T17:01:13.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:12.078400+0000 mgr.smithi115.ltfvnr (mgr.14180) 150 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:13.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:12.562040+0000 mon.smithi115 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.115:0/1149228148' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-11T17:01:15.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:14.078702+0000 mgr.smithi115.ltfvnr (mgr.14180) 151 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:15.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:14.078702+0000 mgr.smithi115.ltfvnr (mgr.14180) 151 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:15.759 INFO:teuthology.orchestra.run.smithi115.stdout:154618822678 2024-02-11T17:01:16.486 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822673 got 154618822678 for osd.5 2024-02-11T17:01:16.486 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-11T17:01:16.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:15.758810+0000 mon.smithi115 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.115:0/3551231194' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-11T17:01:16.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:15.758810+0000 mon.smithi115 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.115:0/3551231194' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-11T17:01:16.751 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:01:17.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:16.078922+0000 mgr.smithi115.ltfvnr (mgr.14180) 152 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:17.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:16.078922+0000 mgr.smithi115.ltfvnr (mgr.14180) 152 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:18.667 INFO:teuthology.orchestra.run.smithi115.stdout:137438953496 2024-02-11T17:01:19.355 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953491 got 137438953496 for osd.6 2024-02-11T17:01:19.355 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-11T17:01:19.627 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:01:19.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:18.079267+0000 mgr.smithi115.ltfvnr (mgr.14180) 153 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:19.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:18.667006+0000 mon.smithi115 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.115:0/3106329916' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-11T17:01:19.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:18.079267+0000 mgr.smithi115.ltfvnr (mgr.14180) 153 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:19.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:18.667006+0000 mon.smithi115 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.115:0/3106329916' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-11T17:01:21.660 INFO:teuthology.orchestra.run.smithi115.stdout:171798691861 2024-02-11T17:01:21.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:20.079591+0000 mgr.smithi115.ltfvnr (mgr.14180) 154 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:21.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:20.079591+0000 mgr.smithi115.ltfvnr (mgr.14180) 154 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:22.613 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:21.659439+0000 mon.smithi115 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.115:0/1941735499' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-11T17:01:22.635 INFO:tasks.cephadm.ceph_manager.ceph:need seq 171798691856 got 171798691861 for osd.7 2024-02-11T17:01:22.636 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-11T17:01:22.636 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-11T17:01:22.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:21.659439+0000 mon.smithi115 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.115:0/1941735499' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-11T17:01:22.907 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:01:23.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:22.080221+0000 mgr.smithi115.ltfvnr (mgr.14180) 155 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:23.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:22.080221+0000 mgr.smithi115.ltfvnr (mgr.14180) 155 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:24.968 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:01:24.969 INFO:teuthology.orchestra.run.smithi115.stderr:dumped all 2024-02-11T17:01:25.601 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:24.080674+0000 mgr.smithi115.ltfvnr (mgr.14180) 156 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:25.620 INFO:teuthology.orchestra.run.smithi115.stdout:{"pg_ready":true,"pg_map":{"version":140,"stamp":"2024-02-11T17:01:24.080515+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":2380020,"kb_used_data":3252,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548428,"statfs":{"total":767926730752,"available":765489590272,"internally_reserved":0,"allocated":3330048,"data_stored":1322949,"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":42,"state":"active+clean","last_fresh":"2024-02-11T16:59:48.463898+0000","last_change":"2024-02-11T16:59:48.463898+0000","last_active":"2024-02-11T16:59:48.463898+0000","last_peered":"2024-02-11T16:59:48.463898+0000","last_clean":"2024-02-11T16:59:48.463898+0000","last_became_active":"2024-02-11T16:59:48.463521+0000","last_became_peered":"2024-02-11T16:59:48.463521+0000","last_unstale":"2024-02-11T16:59:48.463898+0000","last_undegraded":"2024-02-11T16:59:48.463898+0000","last_fullsized":"2024-02-11T16:59:48.463898+0000","mapping_epoch":41,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":42,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-11T16:59:24.427405+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-11T16:59:24.427405+0000","last_clean_scrub_stamp":"2024-02-11T16:59:24.427405+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":40,"seq":171798691862,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":165355,"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":"Sun Feb 11 17:00:46 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.95499999999999996,"5min":0.95499999999999996,"15min":0.95499999999999996},"last":0.36099999999999999},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.42499999999999999}]},{"osd":1,"last update":"Sun Feb 11 17:00:46 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.29299999999999998}]},{"osd":2,"last update":"Sun Feb 11 17:00:46 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.97199999999999998,"5min":0.97199999999999998,"15min":0.97199999999999998},"last":0.433}]},{"osd":3,"last update":"Sun Feb 11 17:00:46 2024","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":1.958,"5min":1.958,"15min":1.958},"last":0.33900000000000002},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.39400000000000002}]},{"osd":4,"last update":"Sun Feb 11 17:00:46 2024","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.98299999999999998,"5min":0.98299999999999998,"15min":0.98299999999999998},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.59399999999999997}]},{"osd":5,"last update":"Sun Feb 11 17:00:46 2024","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.40300000000000002}]},{"osd":6,"last update":"Sun Feb 11 17:00:46 2024","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.442},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"last":0.46300000000000002}]}]},{"osd":5,"up_from":36,"seq":154618822680,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":165620,"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":"Sun Feb 11 17:00:40 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.48899999999999999}]},{"osd":1,"last update":"Sun Feb 11 17:00:40 2024","interfaces":[{"interface":"back","average":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.34699999999999998}]},{"osd":2,"last update":"Sun Feb 11 17:00:40 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.51900000000000002}]},{"osd":3,"last update":"Sun Feb 11 17:00:40 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.41699999999999998}]},{"osd":4,"last update":"Sun Feb 11 17:00:40 2024","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.57299999999999995}]},{"osd":6,"last update":"Sun Feb 11 17:00:40 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.54700000000000004},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.58199999999999996}]},{"osd":7,"last update":"Sun Feb 11 17:00:47 2024","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.437},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.52600000000000002}]}]},{"osd":1,"up_from":20,"seq":85899345948,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":165620,"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":"Sun Feb 11 17:00:25 2024","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.503},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.41699999999999998}]},{"osd":2,"last update":"Sun Feb 11 17:00:25 2024","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.48699999999999999}]},{"osd":3,"last update":"Sun Feb 11 17:00:32 2024","interfaces":[{"interface":"back","average":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.315}]},{"osd":4,"last update":"Sun Feb 11 17:00:32 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.439},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.45700000000000002}]},{"osd":5,"last update":"Sun Feb 11 17:00:41 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.32900000000000001}]},{"osd":6,"last update":"Sun Feb 11 17:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.47499999999999998}]},{"osd":7,"last update":"Sun Feb 11 17:00:49 2024","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.42599999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476764,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":164552,"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":"Sun Feb 11 17:00:23 2024","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":2.2530000000000001,"5min":2.2530000000000001,"15min":2.2530000000000001},"last":0.59499999999999997}]},{"osd":2,"last update":"Sun Feb 11 17:00:26 2024","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.53200000000000003}]},{"osd":3,"last update":"Sun Feb 11 17:00:33 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.65200000000000002},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.44600000000000001}]},{"osd":4,"last update":"Sun Feb 11 17:00:33 2024","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.70499999999999996}]},{"osd":5,"last update":"Sun Feb 11 17:00:40 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.51900000000000002}]},{"osd":6,"last update":"Sun Feb 11 17:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.57099999999999995}]},{"osd":7,"last update":"Sun Feb 11 17:00:46 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.626},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.66800000000000004}]}]},{"osd":2,"up_from":22,"seq":94489280538,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":164942,"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":"Sun Feb 11 17:00:26 2024","interfaces":[{"interface":"back","average":{"1min":0.308,"5min":0.308,"15min":0.308},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.53800000000000003}]},{"osd":1,"last update":"Sun Feb 11 17:00:26 2024","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.749},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.68100000000000005}]},{"osd":3,"last update":"Sun Feb 11 17:00:32 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.71199999999999997},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.94399999999999995,"5min":0.94399999999999995,"15min":0.94399999999999995},"last":0.69099999999999995}]},{"osd":4,"last update":"Sun Feb 11 17:00:32 2024","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.622},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.58299999999999996}]},{"osd":5,"last update":"Sun Feb 11 17:00:40 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"last":0.72199999999999998},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.80100000000000005}]},{"osd":6,"last update":"Sun Feb 11 17:00:34 2024","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.66600000000000004}]},{"osd":7,"last update":"Sun Feb 11 17:00:51 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.77400000000000002},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.78600000000000003}]}]},{"osd":4,"up_from":27,"seq":115964117018,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":165620,"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":"Sun Feb 11 17:00:28 2024","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.28199999999999997},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.41699999999999998}]},{"osd":1,"last update":"Sun Feb 11 17:00:28 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1.0149999999999999,"5min":1.0149999999999999,"15min":1.0149999999999999},"last":0.48599999999999999},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":1.006,"5min":1.006,"15min":1.006},"last":0.435}]},{"osd":2,"last update":"Sun Feb 11 17:00:28 2024","interfaces":[{"interface":"back","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.317},{"interface":"front","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.39400000000000002}]},{"osd":3,"last update":"Sun Feb 11 17:00:32 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":1.054,"5min":1.054,"15min":1.054},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.95199999999999996,"5min":0.95199999999999996,"15min":0.95199999999999996},"last":0.45300000000000001}]},{"osd":5,"last update":"Sun Feb 11 17:00:41 2024","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":1.069,"5min":1.069,"15min":1.069},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.04,"5min":1.04,"15min":1.04},"last":0.47599999999999998}]},{"osd":6,"last update":"Sun Feb 11 17:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.52300000000000002}]},{"osd":7,"last update":"Sun Feb 11 17:00:49 2024","interfaces":[{"interface":"back","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":0.96199999999999997,"5min":0.96199999999999997,"15min":0.96199999999999997},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.0249999999999999,"5min":1.0249999999999999,"15min":1.0249999999999999},"last":0.57099999999999995}]}]},{"osd":3,"up_from":28,"seq":120259084313,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":165620,"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":"Sun Feb 11 17:00:32 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1.0349999999999999,"5min":1.0349999999999999,"15min":1.0349999999999999},"last":0.52100000000000002}]},{"osd":1,"last update":"Sun Feb 11 17:00:32 2024","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.47999999999999998}]},{"osd":2,"last update":"Sun Feb 11 17:00:32 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":1.052,"5min":1.052,"15min":1.052},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.54900000000000004}]},{"osd":4,"last update":"Sun Feb 11 17:00:32 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":1.018,"5min":1.018,"15min":1.018},"last":0.58999999999999997}]},{"osd":5,"last update":"Sun Feb 11 17:00:44 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.53800000000000003}]},{"osd":6,"last update":"Sun Feb 11 17:00:33 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":1.006,"5min":1.006,"15min":1.006},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.72099999999999997}]},{"osd":7,"last update":"Sun Feb 11 17:00:49 2024","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.627},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.64100000000000001}]}]},{"osd":6,"up_from":32,"seq":137438953497,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":165620,"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":"Sun Feb 11 17:00:33 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.38700000000000001},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.40699999999999997}]},{"osd":1,"last update":"Sun Feb 11 17:00:33 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.99199999999999999,"5min":0.99199999999999999,"15min":0.99199999999999999},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.504}]},{"osd":2,"last update":"Sun Feb 11 17:00:33 2024","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.52400000000000002}]},{"osd":3,"last update":"Sun Feb 11 17:00:33 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.998,"5min":0.998,"15min":0.998},"last":0.58899999999999997}]},{"osd":4,"last update":"Sun Feb 11 17:00:33 2024","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":1.02,"5min":1.02,"15min":1.02},"last":0.56599999999999995}]},{"osd":5,"last update":"Sun Feb 11 17:00:40 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.96199999999999997,"5min":0.96199999999999997,"15min":0.96199999999999997},"last":0.625},{"interface":"front","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.98499999999999999,"5min":0.98499999999999999,"15min":0.98499999999999999},"last":0.65600000000000003}]},{"osd":7,"last update":"Sun Feb 11 17:00:47 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.60499999999999998},{"interface":"front","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.94599999999999995,"5min":0.94599999999999995,"15min":0.94599999999999995},"last":0.63300000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-11T17:01:25.621 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-11T17:01:25.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:24.080674+0000 mgr.smithi115.ltfvnr (mgr.14180) 156 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:25.888 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:01:26.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:24.964653+0000 mgr.smithi115.ltfvnr (mgr.14180) 157 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:26.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:24.964653+0000 mgr.smithi115.ltfvnr (mgr.14180) 157 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:27.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:26.080950+0000 mgr.smithi115.ltfvnr (mgr.14180) 158 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:27.911 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:01:27.912 INFO:teuthology.orchestra.run.smithi115.stderr:dumped all 2024-02-11T17:01:27.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:26.080950+0000 mgr.smithi115.ltfvnr (mgr.14180) 158 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:28.728 INFO:teuthology.orchestra.run.smithi115.stdout:{"pg_ready":true,"pg_map":{"version":141,"stamp":"2024-02-11T17:01:26.080824+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":2380020,"kb_used_data":3252,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548428,"statfs":{"total":767926730752,"available":765489590272,"internally_reserved":0,"allocated":3330048,"data_stored":1322949,"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":42,"state":"active+clean","last_fresh":"2024-02-11T16:59:48.463898+0000","last_change":"2024-02-11T16:59:48.463898+0000","last_active":"2024-02-11T16:59:48.463898+0000","last_peered":"2024-02-11T16:59:48.463898+0000","last_clean":"2024-02-11T16:59:48.463898+0000","last_became_active":"2024-02-11T16:59:48.463521+0000","last_became_peered":"2024-02-11T16:59:48.463521+0000","last_unstale":"2024-02-11T16:59:48.463898+0000","last_undegraded":"2024-02-11T16:59:48.463898+0000","last_fullsized":"2024-02-11T16:59:48.463898+0000","mapping_epoch":41,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":42,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-11T16:59:24.427405+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-11T16:59:24.427405+0000","last_clean_scrub_stamp":"2024-02-11T16:59:24.427405+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":40,"seq":171798691862,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":165355,"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":"Sun Feb 11 17:00:46 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.95499999999999996,"5min":0.95499999999999996,"15min":0.95499999999999996},"last":0.36099999999999999},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.42499999999999999}]},{"osd":1,"last update":"Sun Feb 11 17:00:46 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.29299999999999998}]},{"osd":2,"last update":"Sun Feb 11 17:00:46 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.97199999999999998,"5min":0.97199999999999998,"15min":0.97199999999999998},"last":0.433}]},{"osd":3,"last update":"Sun Feb 11 17:00:46 2024","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":1.958,"5min":1.958,"15min":1.958},"last":0.33900000000000002},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.39400000000000002}]},{"osd":4,"last update":"Sun Feb 11 17:00:46 2024","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.98299999999999998,"5min":0.98299999999999998,"15min":0.98299999999999998},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.59399999999999997}]},{"osd":5,"last update":"Sun Feb 11 17:00:46 2024","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.40300000000000002}]},{"osd":6,"last update":"Sun Feb 11 17:00:46 2024","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.442},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"last":0.46300000000000002}]}]},{"osd":5,"up_from":36,"seq":154618822681,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":165620,"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":"Sun Feb 11 17:00:40 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.873},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.88}]},{"osd":1,"last update":"Sun Feb 11 17:00:40 2024","interfaces":[{"interface":"back","average":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.374},{"interface":"front","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.35599999999999998}]},{"osd":2,"last update":"Sun Feb 11 17:00:40 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.58099999999999996}]},{"osd":3,"last update":"Sun Feb 11 17:00:40 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.41899999999999998}]},{"osd":4,"last update":"Sun Feb 11 17:00:40 2024","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.49399999999999999}]},{"osd":6,"last update":"Sun Feb 11 17:00:40 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.48699999999999999}]},{"osd":7,"last update":"Sun Feb 11 17:00:47 2024","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.44700000000000001}]}]},{"osd":1,"up_from":20,"seq":85899345948,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":165620,"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":"Sun Feb 11 17:00:25 2024","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.503},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.41699999999999998}]},{"osd":2,"last update":"Sun Feb 11 17:00:25 2024","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.48699999999999999}]},{"osd":3,"last update":"Sun Feb 11 17:00:32 2024","interfaces":[{"interface":"back","average":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.315}]},{"osd":4,"last update":"Sun Feb 11 17:00:32 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.439},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.45700000000000002}]},{"osd":5,"last update":"Sun Feb 11 17:00:41 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.32900000000000001}]},{"osd":6,"last update":"Sun Feb 11 17:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.47499999999999998}]},{"osd":7,"last update":"Sun Feb 11 17:00:49 2024","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.42599999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476764,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":164552,"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":"Sun Feb 11 17:00:23 2024","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":2.2530000000000001,"5min":2.2530000000000001,"15min":2.2530000000000001},"last":0.59499999999999997}]},{"osd":2,"last update":"Sun Feb 11 17:00:26 2024","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.53200000000000003}]},{"osd":3,"last update":"Sun Feb 11 17:00:33 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.65200000000000002},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.44600000000000001}]},{"osd":4,"last update":"Sun Feb 11 17:00:33 2024","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.70499999999999996}]},{"osd":5,"last update":"Sun Feb 11 17:00:40 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.51900000000000002}]},{"osd":6,"last update":"Sun Feb 11 17:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.57099999999999995}]},{"osd":7,"last update":"Sun Feb 11 17:00:46 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.626},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.66800000000000004}]}]},{"osd":2,"up_from":22,"seq":94489280538,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":164942,"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":"Sun Feb 11 17:00:26 2024","interfaces":[{"interface":"back","average":{"1min":0.308,"5min":0.308,"15min":0.308},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.53800000000000003}]},{"osd":1,"last update":"Sun Feb 11 17:00:26 2024","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.749},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.68100000000000005}]},{"osd":3,"last update":"Sun Feb 11 17:00:32 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.71199999999999997},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.94399999999999995,"5min":0.94399999999999995,"15min":0.94399999999999995},"last":0.69099999999999995}]},{"osd":4,"last update":"Sun Feb 11 17:00:32 2024","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.622},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.58299999999999996}]},{"osd":5,"last update":"Sun Feb 11 17:00:40 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"last":0.72199999999999998},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.80100000000000005}]},{"osd":6,"last update":"Sun Feb 11 17:00:34 2024","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.66600000000000004}]},{"osd":7,"last update":"Sun Feb 11 17:00:51 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.77400000000000002},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.78600000000000003}]}]},{"osd":4,"up_from":27,"seq":115964117018,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":165620,"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":"Sun Feb 11 17:00:28 2024","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.28199999999999997},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.41699999999999998}]},{"osd":1,"last update":"Sun Feb 11 17:00:28 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1.0149999999999999,"5min":1.0149999999999999,"15min":1.0149999999999999},"last":0.48599999999999999},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":1.006,"5min":1.006,"15min":1.006},"last":0.435}]},{"osd":2,"last update":"Sun Feb 11 17:00:28 2024","interfaces":[{"interface":"back","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.317},{"interface":"front","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.39400000000000002}]},{"osd":3,"last update":"Sun Feb 11 17:00:32 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":1.054,"5min":1.054,"15min":1.054},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.95199999999999996,"5min":0.95199999999999996,"15min":0.95199999999999996},"last":0.45300000000000001}]},{"osd":5,"last update":"Sun Feb 11 17:00:41 2024","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":1.069,"5min":1.069,"15min":1.069},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.04,"5min":1.04,"15min":1.04},"last":0.47599999999999998}]},{"osd":6,"last update":"Sun Feb 11 17:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.52300000000000002}]},{"osd":7,"last update":"Sun Feb 11 17:00:49 2024","interfaces":[{"interface":"back","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":0.96199999999999997,"5min":0.96199999999999997,"15min":0.96199999999999997},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.0249999999999999,"5min":1.0249999999999999,"15min":1.0249999999999999},"last":0.57099999999999995}]}]},{"osd":3,"up_from":28,"seq":120259084314,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":165620,"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":"Sun Feb 11 17:00:32 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.374},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1.0349999999999999,"5min":1.0349999999999999,"15min":1.0349999999999999},"last":0.44600000000000001}]},{"osd":1,"last update":"Sun Feb 11 17:00:32 2024","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.30099999999999999}]},{"osd":2,"last update":"Sun Feb 11 17:00:32 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":1.052,"5min":1.052,"15min":1.052},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.48099999999999998}]},{"osd":4,"last update":"Sun Feb 11 17:00:32 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":1.018,"5min":1.018,"15min":1.018},"last":0.42499999999999999}]},{"osd":5,"last update":"Sun Feb 11 17:00:44 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.38200000000000001},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.36099999999999999}]},{"osd":6,"last update":"Sun Feb 11 17:00:33 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":1.006,"5min":1.006,"15min":1.006},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.41599999999999998}]},{"osd":7,"last update":"Sun Feb 11 17:00:49 2024","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.39800000000000002}]}]},{"osd":6,"up_from":32,"seq":137438953498,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":165620,"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":"Sun Feb 11 17:00:33 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.33800000000000002},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.32000000000000001}]},{"osd":1,"last update":"Sun Feb 11 17:00:33 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.99199999999999999,"5min":0.99199999999999999,"15min":0.99199999999999999},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.73299999999999998}]},{"osd":2,"last update":"Sun Feb 11 17:00:33 2024","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.39700000000000002}]},{"osd":3,"last update":"Sun Feb 11 17:00:33 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.65200000000000002},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.998,"5min":0.998,"15min":0.998},"last":0.53800000000000003}]},{"osd":4,"last update":"Sun Feb 11 17:00:33 2024","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":1.02,"5min":1.02,"15min":1.02},"last":0.45500000000000002}]},{"osd":5,"last update":"Sun Feb 11 17:00:40 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.96199999999999997,"5min":0.96199999999999997,"15min":0.96199999999999997},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.98499999999999999,"5min":0.98499999999999999,"15min":0.98499999999999999},"last":0.71199999999999997}]},{"osd":7,"last update":"Sun Feb 11 17:00:47 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.94599999999999995,"5min":0.94599999999999995,"15min":0.94599999999999995},"last":0.68799999999999994}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-11T17:01:28.730 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-11T17:01:28.730 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-11T17:01:28.730 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-11T17:01:28.730 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph health --format=json 2024-02-11T17:01:28.997 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/mon.smithi115/config 2024-02-11T17:01:29.562 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:27.908108+0000 mgr.smithi115.ltfvnr (mgr.14180) 159 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:29.562 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:28.081325+0000 mgr.smithi115.ltfvnr (mgr.14180) 160 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:29.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:27.908108+0000 mgr.smithi115.ltfvnr (mgr.14180) 159 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:29.701 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:28.081325+0000 mgr.smithi115.ltfvnr (mgr.14180) 160 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:31.132 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:01:31.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:30.081596+0000 mgr.smithi115.ltfvnr (mgr.14180) 161 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:31.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:31.131585+0000 mon.smithi115 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.115:0/3967753307' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-11T17:01:31.846 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:30.081596+0000 mgr.smithi115.ltfvnr (mgr.14180) 161 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:31.846 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:31.131585+0000 mon.smithi115 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.115:0/3967753307' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-11T17:01:31.866 INFO:teuthology.orchestra.run.smithi115.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-11T17:01:31.866 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-11T17:01:31.866 INFO:tasks.cephadm:Setup complete, yielding 2024-02-11T17:01:31.867 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-11T17:01:31.876 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi115.front.sepia.ceph.com 2024-02-11T17:01:31.876 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- bash -c 'ceph orch status' 2024-02-11T17:01:33.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:32.081907+0000 mgr.smithi115.ltfvnr (mgr.14180) 162 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:33.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:32.081907+0000 mgr.smithi115.ltfvnr (mgr.14180) 162 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:34.226 INFO:teuthology.orchestra.run.smithi115.stdout:Backend: cephadm 2024-02-11T17:01:34.227 INFO:teuthology.orchestra.run.smithi115.stdout:Available: Yes 2024-02-11T17:01:34.227 INFO:teuthology.orchestra.run.smithi115.stdout:Paused: No 2024-02-11T17:01:35.034 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-11T17:01:35.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:34.082253+0000 mgr.smithi115.ltfvnr (mgr.14180) 163 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:35.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:34.225820+0000 mgr.smithi115.ltfvnr (mgr.14180) 164 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:01:35.738 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:34.082253+0000 mgr.smithi115.ltfvnr (mgr.14180) 163 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:35.738 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:34.225820+0000 mgr.smithi115.ltfvnr (mgr.14180) 164 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:01:37.347 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-11T17:01:37.347 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi115 smithi115 *:9093,9094 running (101s) 38s ago 4m 15.5M - 0.23.0 ba2b418f427c 8304fe8d1571 2024-02-11T17:01:37.347 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (4m) 38s ago 4m 6639k - 16.2.14-530-g5db25abe b2573f70982b c642dfdfe092 2024-02-11T17:01:37.347 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi195 smithi195 running (3m) 46s ago 3m 6639k - 16.2.14-530-g5db25abe b2573f70982b b20df1d642ec 2024-02-11T17:01:37.347 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi115 smithi115 *:3000 running (90s) 38s ago 4m 47.8M - 8.3.5 dad864ee21e9 aa0267c2a8a3 2024-02-11T17:01:37.347 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.ltfvnr smithi115 *:9283 running (5m) 38s ago 5m 432M - 16.2.14-530-g5db25abe b2573f70982b 0f5dafafb82e 2024-02-11T17:01:37.347 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi195.xvxjwu smithi195 *:8443,9283 running (3m) 46s ago 3m 385M - 16.2.14-530-g5db25abe b2573f70982b 7287badf2a02 2024-02-11T17:01:37.347 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (5m) 38s ago 5m 57.0M 2048M 16.2.14-530-g5db25abe b2573f70982b 43b84b3f4ace 2024-02-11T17:01:37.347 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi195 smithi195 running (3m) 46s ago 3m 52.6M 2048M 16.2.14-530-g5db25abe b2573f70982b 55893bafd810 2024-02-11T17:01:37.347 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 *:9100 running (3m) 38s ago 3m 20.4M - 1.3.1 1dbe0e931976 54e9c2f77250 2024-02-11T17:01:37.347 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi195 smithi195 *:9100 running (2m) 46s ago 2m 23.4M - 1.3.1 1dbe0e931976 b19bab0639b5 2024-02-11T17:01:37.348 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi195 running (2m) 46s ago 2m 35.3M 3992M 16.2.14-530-g5db25abe b2573f70982b c5424cdb5098 2024-02-11T17:01:37.348 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (2m) 38s ago 2m 32.5M 3224M 16.2.14-530-g5db25abe b2573f70982b a535eee8ff6c 2024-02-11T17:01:37.348 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi195 running (2m) 46s ago 2m 34.5M 3992M 16.2.14-530-g5db25abe b2573f70982b 93c9b9874c8f 2024-02-11T17:01:37.348 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (2m) 38s ago 2m 30.2M 3224M 16.2.14-530-g5db25abe b2573f70982b 950c7af5241a 2024-02-11T17:01:37.348 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi195 running (2m) 46s ago 2m 28.6M 3992M 16.2.14-530-g5db25abe b2573f70982b f2c91a21ef4f 2024-02-11T17:01:37.348 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi115 running (2m) 38s ago 2m 29.8M 3224M 16.2.14-530-g5db25abe b2573f70982b 0cd40f04d43f 2024-02-11T17:01:37.348 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi195 running (2m) 46s ago 2m 28.0M 3992M 16.2.14-530-g5db25abe b2573f70982b 8dd7bf8659b0 2024-02-11T17:01:37.348 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi115 running (116s) 38s ago 116s 30.7M 3224M 16.2.14-530-g5db25abe b2573f70982b 27ae2bd1cb6f 2024-02-11T17:01:37.348 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi115 smithi115 *:9095 running (82s) 38s ago 3m 46.3M - 2.33.4 514e6a882f6e adc6a860e3a9 2024-02-11T17:01:37.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:36.082560+0000 mgr.smithi115.ltfvnr (mgr.14180) 165 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:37.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:36.082560+0000 mgr.smithi115.ltfvnr (mgr.14180) 165 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:38.229 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-11T17:01:38.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:37.338005+0000 mgr.smithi115.ltfvnr (mgr.14180) 166 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:01:38.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:37.338005+0000 mgr.smithi115.ltfvnr (mgr.14180) 166 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:01:39.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:38.082865+0000 mgr.smithi115.ltfvnr (mgr.14180) 167 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:39.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:38.082865+0000 mgr.smithi115.ltfvnr (mgr.14180) 167 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:40.518 INFO:teuthology.orchestra.run.smithi115.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-11T17:01:40.518 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager ?:9093,9094 1/1 42s ago 4m count:1 2024-02-11T17:01:40.518 INFO:teuthology.orchestra.run.smithi115.stdout:crash 2/2 49s ago 5m * 2024-02-11T17:01:40.518 INFO:teuthology.orchestra.run.smithi115.stdout:grafana ?:3000 1/1 42s ago 4m count:1 2024-02-11T17:01:40.519 INFO:teuthology.orchestra.run.smithi115.stdout:mgr 2/2 49s ago 5m count:2 2024-02-11T17:01:40.519 INFO:teuthology.orchestra.run.smithi115.stdout:mon 2/2 49s ago 3m smithi115:172.21.15.115=smithi115;smithi195:172.21.15.195=smithi195;count:2 2024-02-11T17:01:40.519 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter ?:9100 2/2 49s ago 4m * 2024-02-11T17:01:40.519 INFO:teuthology.orchestra.run.smithi115.stdout:osd.all-available-devices 8 49s ago 2m * 2024-02-11T17:01:40.519 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus ?:9095 1/1 42s ago 4m count:1 2024-02-11T17:01:41.270 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-11T17:01:41.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:40.083143+0000 mgr.smithi115.ltfvnr (mgr.14180) 168 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:41.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:40.514364+0000 mgr.smithi115.ltfvnr (mgr.14180) 169 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:01:41.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:40.083143+0000 mgr.smithi115.ltfvnr (mgr.14180) 168 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:41.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:40.514364+0000 mgr.smithi115.ltfvnr (mgr.14180) 169 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:01:43.540 INFO:teuthology.orchestra.run.smithi115.stdout:HOST ADDR LABELS STATUS 2024-02-11T17:01:43.540 INFO:teuthology.orchestra.run.smithi115.stdout:smithi115 172.21.15.115 2024-02-11T17:01:43.540 INFO:teuthology.orchestra.run.smithi115.stdout:smithi195 172.21.15.195 2024-02-11T17:01:43.540 INFO:teuthology.orchestra.run.smithi115.stdout:2 hosts in cluster 2024-02-11T17:01:43.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:42.083441+0000 mgr.smithi115.ltfvnr (mgr.14180) 170 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:43.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:42.083441+0000 mgr.smithi115.ltfvnr (mgr.14180) 170 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:44.336 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-11T17:01:44.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:43.539075+0000 mgr.smithi115.ltfvnr (mgr.14180) 171 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:01:44.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:43.539075+0000 mgr.smithi115.ltfvnr (mgr.14180) 171 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:01:45.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:44.083697+0000 mgr.smithi115.ltfvnr (mgr.14180) 172 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:45.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:44.083697+0000 mgr.smithi115.ltfvnr (mgr.14180) 172 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:46.655 INFO:teuthology.orchestra.run.smithi115.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-11T17:01:46.656 INFO:teuthology.orchestra.run.smithi115.stdout:smithi115 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400UU400BGN 372G 72s ago Has a FileSystem, LVM detected 2024-02-11T17:01:46.656 INFO:teuthology.orchestra.run.smithi115.stdout:smithi115 /dev/nvme1n1 ssd Linux_6ba07a58976762310a24 89.4G 72s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:01:46.656 INFO:teuthology.orchestra.run.smithi115.stdout:smithi115 /dev/nvme2n1 ssd Linux_18fe27cbd1561cc3d74d 89.4G 72s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:01:46.656 INFO:teuthology.orchestra.run.smithi115.stdout:smithi115 /dev/nvme3n1 ssd Linux_5908441b268f4e8d0cb5 89.4G 72s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:01:46.656 INFO:teuthology.orchestra.run.smithi115.stdout:smithi115 /dev/nvme4n1 ssd Linux_a51c7ff4056ea55ae890 89.4G 72s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:01:46.656 INFO:teuthology.orchestra.run.smithi115.stdout:smithi195 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB751300FS480DGN 447G 80s ago Has a FileSystem, LVM detected 2024-02-11T17:01:46.656 INFO:teuthology.orchestra.run.smithi115.stdout:smithi195 /dev/nvme1n1 ssd Linux_f20f5e389f1e0e1186e6 89.4G 80s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:01:46.656 INFO:teuthology.orchestra.run.smithi115.stdout:smithi195 /dev/nvme2n1 ssd Linux_8f6453ef3c0641cd853a 89.4G 80s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:01:46.656 INFO:teuthology.orchestra.run.smithi115.stdout:smithi195 /dev/nvme3n1 ssd Linux_d43959ab02bece36e70d 89.4G 80s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:01:46.656 INFO:teuthology.orchestra.run.smithi115.stdout:smithi195 /dev/nvme4n1 ssd Linux_fb1975ae3770af5a367f 89.4G 80s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:01:47.475 INFO:teuthology.run_tasks:Running task vip... 2024-02-11T17:01:47.485 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-11T17:01:47.485 INFO:tasks.vip:peername 172.21.15.115 2024-02-11T17:01:47.488 INFO:tasks.vip:172.21.15.115 in 172.21.0.0/20, pos 3954 2024-02-11T17:01:47.492 INFO:tasks.vip:smithi115.front.sepia.ceph.com static 10.0.15.115, vnet 10.0.0.0/16 2024-02-11T17:01:47.492 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-11T17:01:47.493 DEBUG:teuthology.orchestra.run.smithi115:> sudo ip route ls 2024-02-11T17:01:47.524 INFO:teuthology.orchestra.run.smithi115.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.115 metric 100 2024-02-11T17:01:47.525 INFO:teuthology.orchestra.run.smithi115.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.115 metric 100 2024-02-11T17:01:47.525 INFO:tasks.vip:Configuring 10.0.15.115 on smithi115.front.sepia.ceph.com iface enp3s0f1... 2024-02-11T17:01:47.526 DEBUG:teuthology.orchestra.run.smithi115:> sudo ip addr add 10.0.15.115/16 dev enp3s0f1 2024-02-11T17:01:47.593 INFO:tasks.vip:peername 172.21.15.195 2024-02-11T17:01:47.596 INFO:tasks.vip:172.21.15.195 in 172.21.0.0/20, pos 4034 2024-02-11T17:01:47.600 INFO:tasks.vip:smithi195.front.sepia.ceph.com static 10.0.15.195, vnet 10.0.0.0/16 2024-02-11T17:01:47.601 DEBUG:teuthology.orchestra.run.smithi195:> sudo ip route ls 2024-02-11T17:01:47.641 INFO:teuthology.orchestra.run.smithi195.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.195 metric 100 2024-02-11T17:01:47.641 INFO:teuthology.orchestra.run.smithi195.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.195 metric 100 2024-02-11T17:01:47.642 INFO:tasks.vip:Configuring 10.0.15.195 on smithi195.front.sepia.ceph.com iface enp3s0f1... 2024-02-11T17:01:47.642 DEBUG:teuthology.orchestra.run.smithi195:> sudo ip addr add 10.0.15.195/16 dev enp3s0f1 2024-02-11T17:01:47.711 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:46.084099+0000 mgr.smithi115.ltfvnr (mgr.14180) 173 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:47.711 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:46.652998+0000 mgr.smithi115.ltfvnr (mgr.14180) 174 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:01:47.714 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-11T17:01:47.723 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi115.front.sepia.ceph.com 2024-02-11T17:01:47.724 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-11T17:01:47.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:46.084099+0000 mgr.smithi115.ltfvnr (mgr.14180) 173 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:47.748 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:46.652998+0000 mgr.smithi115.ltfvnr (mgr.14180) 174 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:01:49.895 INFO:teuthology.orchestra.run.smithi115.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-11T17:01:49.895 INFO:teuthology.orchestra.run.smithi115.stdout:smithi115 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400UU400BGN 372G 75s ago Has a FileSystem, LVM detected 2024-02-11T17:01:49.895 INFO:teuthology.orchestra.run.smithi115.stdout:smithi115 /dev/nvme1n1 ssd Linux_6ba07a58976762310a24 89.4G 75s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:01:49.895 INFO:teuthology.orchestra.run.smithi115.stdout:smithi115 /dev/nvme2n1 ssd Linux_18fe27cbd1561cc3d74d 89.4G 75s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:01:49.895 INFO:teuthology.orchestra.run.smithi115.stdout:smithi115 /dev/nvme3n1 ssd Linux_5908441b268f4e8d0cb5 89.4G 75s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:01:49.895 INFO:teuthology.orchestra.run.smithi115.stdout:smithi115 /dev/nvme4n1 ssd Linux_a51c7ff4056ea55ae890 89.4G 75s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:01:49.895 INFO:teuthology.orchestra.run.smithi115.stdout:smithi195 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB751300FS480DGN 447G 83s ago Has a FileSystem, LVM detected 2024-02-11T17:01:49.895 INFO:teuthology.orchestra.run.smithi115.stdout:smithi195 /dev/nvme1n1 ssd Linux_f20f5e389f1e0e1186e6 89.4G 83s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:01:49.895 INFO:teuthology.orchestra.run.smithi115.stdout:smithi195 /dev/nvme2n1 ssd Linux_8f6453ef3c0641cd853a 89.4G 83s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:01:49.895 INFO:teuthology.orchestra.run.smithi115.stdout:smithi195 /dev/nvme3n1 ssd Linux_d43959ab02bece36e70d 89.4G 83s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:01:49.895 INFO:teuthology.orchestra.run.smithi115.stdout:smithi195 /dev/nvme4n1 ssd Linux_fb1975ae3770af5a367f 89.4G 83s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:01:49.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:48.084471+0000 mgr.smithi115.ltfvnr (mgr.14180) 175 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:49.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:48.084471+0000 mgr.smithi115.ltfvnr (mgr.14180) 175 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:50.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:50 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:49.896127+0000 mon.smithi115 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:01:50.719 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-11T17:01:50.730 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi115.front.sepia.ceph.com 2024-02-11T17:01:50.730 DEBUG:teuthology.orchestra.run.smithi115:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-11T17:01:50.790 INFO:teuthology.orchestra.run.smithi115.stderr:+ systemctl stop nfs-server 2024-02-11T17:01:50.797 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi195.front.sepia.ceph.com 2024-02-11T17:01:50.798 DEBUG:teuthology.orchestra.run.smithi195:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-11T17:01:50.823 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:50 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:49.896127+0000 mon.smithi115 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:01:50.825 INFO:teuthology.orchestra.run.smithi195.stderr:+ systemctl stop nfs-server 2024-02-11T17:01:50.832 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-11T17:01:50.844 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi115.front.sepia.ceph.com 2024-02-11T17:01:50.844 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-11T17:01:51.831 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:49.891774+0000 mgr.smithi115.ltfvnr (mgr.14180) 176 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:01:51.831 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:50.084904+0000 mgr.smithi115.ltfvnr (mgr.14180) 177 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:51.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:49.891774+0000 mgr.smithi115.ltfvnr (mgr.14180) 176 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:01:51.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:50.084904+0000 mgr.smithi115.ltfvnr (mgr.14180) 177 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:53.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:52.085218+0000 mgr.smithi115.ltfvnr (mgr.14180) 178 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:53.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:52.120139+0000 mon.smithi115 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:01:53.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:52.085218+0000 mgr.smithi115.ltfvnr (mgr.14180) 178 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:53.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:52.120139+0000 mon.smithi115 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:01:54.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:53.264582+0000 mgr.smithi115.ltfvnr (mgr.14180) 179 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:01:54.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:53.265119+0000 mon.smithi115 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-11T17:01:54.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:53.264582+0000 mgr.smithi115.ltfvnr (mgr.14180) 179 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:01:54.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:53.265119+0000 mon.smithi115 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-11T17:01:55.408 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:54.085552+0000 mgr.smithi115.ltfvnr (mgr.14180) 180 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:55.408 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:54.128392+0000 mon.smithi115 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-11T17:01:55.408 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:54.128462+0000 mon.smithi115 (mon.0) 611 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-11T17:01:55.408 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:54.130282+0000 mon.smithi115 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-11T17:01:55.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:54.085552+0000 mgr.smithi115.ltfvnr (mgr.14180) 180 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:55.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:54.128392+0000 mon.smithi115 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-11T17:01:55.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:54.128462+0000 mon.smithi115 (mon.0) 611 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-11T17:01:55.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:54.130282+0000 mon.smithi115 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-11T17:01:55.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T17:01:55.136+0000 7f458dbf3700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-11T17:01:55.880 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.115/16 --port 2999' 2024-02-11T17:01:56.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:55.130101+0000 mon.smithi115 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-11T17:01:56.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:55.130252+0000 mon.smithi115 (mon.0) 614 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-11T17:01:56.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:55.135932+0000 mon.smithi115 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-11T17:01:56.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:55.136758+0000 mon.smithi115 (mon.0) 616 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-11T17:01:56.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:55.136784+0000 mon.smithi115 (mon.0) 617 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-11T17:01:56.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:55.154651+0000 mon.smithi115 (mon.0) 618 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-11T17:01:56.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:55.154810+0000 mon.smithi115 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-11T17:01:56.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:55.154900+0000 mon.smithi115 (mon.0) 620 : cluster [DBG] fsmap foofs:0 2024-02-11T17:01:56.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:01:55.160411+0000 mgr.smithi115.ltfvnr (mgr.14180) 181 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-11T17:01:56.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:55.164609+0000 mon.smithi115 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:01:56.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:55.969661+0000 mon.smithi115 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:01:56.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:55.130101+0000 mon.smithi115 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-11T17:01:56.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:55.130252+0000 mon.smithi115 (mon.0) 614 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-11T17:01:56.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:55.135932+0000 mon.smithi115 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-11T17:01:56.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:55.136758+0000 mon.smithi115 (mon.0) 616 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-11T17:01:56.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:55.136784+0000 mon.smithi115 (mon.0) 617 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-11T17:01:56.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:55.154651+0000 mon.smithi115 (mon.0) 618 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-11T17:01:56.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:55.154810+0000 mon.smithi115 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-11T17:01:56.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:55.154900+0000 mon.smithi115 (mon.0) 620 : cluster [DBG] fsmap foofs:0 2024-02-11T17:01:56.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:01:55.160411+0000 mgr.smithi115.ltfvnr (mgr.14180) 181 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-11T17:01:56.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:55.164609+0000 mon.smithi115 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:01:56.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:55.969661+0000 mon.smithi115 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:01:57.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:56.085866+0000 mgr.smithi115.ltfvnr (mgr.14180) 182 : cluster [DBG] pgmap v159: 65 pgs: 18 creating+peering, 1 active+clean, 46 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:57.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:56.153892+0000 mon.smithi115 (mon.0) 623 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-11T17:01:57.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:56.085866+0000 mgr.smithi115.ltfvnr (mgr.14180) 182 : cluster [DBG] pgmap v159: 65 pgs: 18 creating+peering, 1 active+clean, 46 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:57.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:56.153892+0000 mon.smithi115 (mon.0) 623 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-11T17:01:58.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:57.164669+0000 mon.smithi115 (mon.0) 624 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-11T17:01:58.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:58 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:57.164669+0000 mon.smithi115 (mon.0) 624 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-11T17:01:59.420 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:58.086191+0000 mgr.smithi115.ltfvnr (mgr.14180) 183 : cluster [DBG] pgmap v162: 65 pgs: 12 active+clean, 18 creating+peering, 35 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:59.420 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:58.634121+0000 mgr.smithi115.ltfvnr (mgr.14180) 184 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.115/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:01:59.420 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:58.635330+0000 mon.smithi115 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-11T17:01:59.420 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:01:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:58.931449+0000 mon.smithi115 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:01:59.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:58.086191+0000 mgr.smithi115.ltfvnr (mgr.14180) 183 : cluster [DBG] pgmap v162: 65 pgs: 12 active+clean, 18 creating+peering, 35 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:01:59.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:58.634121+0000 mgr.smithi115.ltfvnr (mgr.14180) 184 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.115/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:01:59.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:58.635330+0000 mon.smithi115 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-11T17:01:59.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:01:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:58.931449+0000 mon.smithi115 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:00.209 INFO:teuthology.orchestra.run.smithi115.stdout:NFS Cluster Created Successfully 2024-02-11T17:02:00.382 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:59.171924+0000 mon.smithi115 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-11T17:02:00.382 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:01:59.171982+0000 mon.smithi115 (mon.0) 628 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-11T17:02:00.382 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:01:59.175362+0000 mon.smithi115 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-11T17:02:00.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:59.171924+0000 mon.smithi115 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-11T17:02:00.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:01:59.171982+0000 mon.smithi115 (mon.0) 628 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-11T17:02:00.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:01:59.175362+0000 mon.smithi115 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-11T17:02:01.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:00.086615+0000 mgr.smithi115.ltfvnr (mgr.14180) 185 : cluster [DBG] pgmap v164: 97 pgs: 13 creating+peering, 65 active+clean, 19 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:02:01.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:00.177358+0000 mon.smithi115 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-11T17:02:01.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:00.177497+0000 mon.smithi115 (mon.0) 631 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-11T17:02:01.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:02:00.202132+0000 mgr.smithi115.ltfvnr (mgr.14180) 186 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-11T17:02:01.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:00.205137+0000 mon.smithi115 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:01.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:02:00.206223+0000 mgr.smithi115.ltfvnr (mgr.14180) 187 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-11T17:02:01.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:00.208699+0000 mon.smithi115 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:01.483 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:00.086615+0000 mgr.smithi115.ltfvnr (mgr.14180) 185 : cluster [DBG] pgmap v164: 97 pgs: 13 creating+peering, 65 active+clean, 19 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:02:01.483 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:00.177358+0000 mon.smithi115 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-11T17:02:01.483 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:00.177497+0000 mon.smithi115 (mon.0) 631 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-11T17:02:01.483 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:02:00.202132+0000 mgr.smithi115.ltfvnr (mgr.14180) 186 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-11T17:02:01.483 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:00.205137+0000 mon.smithi115 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:01.483 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:02:00.206223+0000 mgr.smithi115.ltfvnr (mgr.14180) 187 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-11T17:02:01.483 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:00.208699+0000 mon.smithi115 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:01.504 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-02-11T17:02:02.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:01.180491+0000 mon.smithi115 (mon.0) 634 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-11T17:02:02.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:01.188042+0000 mon.smithi115 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:02.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:01.215179+0000 mon.smithi115 (mon.0) 636 : cluster [DBG] mgrmap e19: smithi115.ltfvnr(active, since 4m), standbys: smithi195.xvxjwu 2024-02-11T17:02:02.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:02 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:01.180491+0000 mon.smithi115 (mon.0) 634 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-11T17:02:02.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:02 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:01.188042+0000 mon.smithi115 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:02.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:02 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:01.215179+0000 mon.smithi115 (mon.0) 636 : cluster [DBG] mgrmap e19: smithi115.ltfvnr(active, since 4m), standbys: smithi195.xvxjwu 2024-02-11T17:02:03.404 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:02.086949+0000 mgr.smithi115.ltfvnr (mgr.14180) 188 : cluster [DBG] pgmap v167: 97 pgs: 13 creating+peering, 65 active+clean, 19 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:02:03.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:02.086949+0000 mgr.smithi115.ltfvnr (mgr.14180) 188 : cluster [DBG] pgmap v167: 97 pgs: 13 creating+peering, 65 active+clean, 19 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:02:04.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:04 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:03.307562+0000 mon.smithi115 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:04.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:04 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:03.307562+0000 mon.smithi115 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:05.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:04.087591+0000 mgr.smithi115.ltfvnr (mgr.14180) 189 : cluster [DBG] pgmap v168: 97 pgs: 13 creating+peering, 84 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:02:05.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:04.641025+0000 mon.smithi115 (mon.0) 638 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:05.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:04.641651+0000 mon.smithi115 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:02:05.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:04.646802+0000 mon.smithi115 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:05.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:04.650131+0000 mon.smithi115 (mon.0) 641 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:02:05.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:04.658224+0000 mon.smithi115 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:05.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:04.658811+0000 mon.smithi115 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi195.fpzpfy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-11T17:02:05.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:04.662006+0000 mon.smithi115 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi195.fpzpfy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-11T17:02:05.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:04.662573+0000 mon.smithi115 (mon.0) 645 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:05.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:02:04.663100+0000 mgr.smithi115.ltfvnr (mgr.14180) 190 : cephadm [INF] Deploying daemon mds.foofs.smithi195.fpzpfy on smithi195 2024-02-11T17:02:05.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:04.672569+0000 mgr.smithi115.ltfvnr (mgr.14180) 191 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:02:05.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:04.087591+0000 mgr.smithi115.ltfvnr (mgr.14180) 189 : cluster [DBG] pgmap v168: 97 pgs: 13 creating+peering, 84 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:02:05.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:04.641025+0000 mon.smithi115 (mon.0) 638 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:05.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:04.641651+0000 mon.smithi115 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:02:05.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:04.646802+0000 mon.smithi115 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:05.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:04.650131+0000 mon.smithi115 (mon.0) 641 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:02:05.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:04.658224+0000 mon.smithi115 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:05.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:04.658811+0000 mon.smithi115 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi195.fpzpfy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-11T17:02:05.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:04.662006+0000 mon.smithi115 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi195.fpzpfy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-11T17:02:05.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:04.662573+0000 mon.smithi115 (mon.0) 645 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:05.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:02:04.663100+0000 mgr.smithi115.ltfvnr (mgr.14180) 190 : cephadm [INF] Deploying daemon mds.foofs.smithi195.fpzpfy on smithi195 2024-02-11T17:02:05.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:04.672569+0000 mgr.smithi115.ltfvnr (mgr.14180) 191 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:02:07.321 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:06.088367+0000 mgr.smithi115.ltfvnr (mgr.14180) 192 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:02:07.321 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:07.219799+0000 mon.smithi115 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:07.321 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:07.221088+0000 mon.smithi115 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi115.gibgeg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-11T17:02:07.321 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:07.226176+0000 mon.smithi115 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi115.gibgeg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-11T17:02:07.321 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:07.226985+0000 mon.smithi115 (mon.0) 649 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:07.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:06.088367+0000 mgr.smithi115.ltfvnr (mgr.14180) 192 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:02:07.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:07.219799+0000 mon.smithi115 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:07.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:07.221088+0000 mon.smithi115 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi115.gibgeg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-11T17:02:07.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:07.226176+0000 mon.smithi115 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi115.gibgeg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-11T17:02:07.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:07.226985+0000 mon.smithi115 (mon.0) 649 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:08.344 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-11T17:02:08.344 INFO:teuthology.orchestra.run.smithi115.stdout: "bind": "/fake", 2024-02-11T17:02:08.344 INFO:teuthology.orchestra.run.smithi115.stdout: "fs": "foofs", 2024-02-11T17:02:08.344 INFO:teuthology.orchestra.run.smithi115.stdout: "path": "/", 2024-02-11T17:02:08.344 INFO:teuthology.orchestra.run.smithi115.stdout: "cluster": "foo", 2024-02-11T17:02:08.344 INFO:teuthology.orchestra.run.smithi115.stdout: "mode": "RW" 2024-02-11T17:02:08.344 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-11T17:02:08.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:02:07.227657+0000 mgr.smithi115.ltfvnr (mgr.14180) 193 : cephadm [INF] Deploying daemon mds.foofs.smithi115.gibgeg on smithi115 2024-02-11T17:02:08.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:07.326141+0000 mon.smithi115 (mon.0) 650 : cluster [DBG] mds.? [v2:172.21.15.195:6832/1745289727,v1:172.21.15.195:6833/1745289727] up:boot 2024-02-11T17:02:08.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:07.326186+0000 mon.smithi115 (mon.0) 651 : cluster [INF] daemon mds.foofs.smithi195.fpzpfy assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-11T17:02:08.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:07.326237+0000 mon.smithi115 (mon.0) 652 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-11T17:02:08.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:07.326252+0000 mon.smithi115 (mon.0) 653 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-11T17:02:08.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:07.326266+0000 mon.smithi115 (mon.0) 654 : cluster [INF] Cluster is now healthy 2024-02-11T17:02:08.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:07.327242+0000 mon.smithi115 (mon.0) 655 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-11T17:02:08.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:07.327340+0000 mon.smithi115 (mon.0) 656 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi195.fpzpfy"}]: dispatch 2024-02-11T17:02:08.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:07.331706+0000 mon.smithi115 (mon.0) 657 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi195.fpzpfy=up:creating} 2024-02-11T17:02:08.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:07.341933+0000 mon.smithi115 (mon.0) 658 : cluster [INF] daemon mds.foofs.smithi195.fpzpfy is now active in filesystem foofs as rank 0 2024-02-11T17:02:08.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:02:07.227657+0000 mgr.smithi115.ltfvnr (mgr.14180) 193 : cephadm [INF] Deploying daemon mds.foofs.smithi115.gibgeg on smithi115 2024-02-11T17:02:08.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:07.326141+0000 mon.smithi115 (mon.0) 650 : cluster [DBG] mds.? [v2:172.21.15.195:6832/1745289727,v1:172.21.15.195:6833/1745289727] up:boot 2024-02-11T17:02:08.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:07.326186+0000 mon.smithi115 (mon.0) 651 : cluster [INF] daemon mds.foofs.smithi195.fpzpfy assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-11T17:02:08.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:07.326237+0000 mon.smithi115 (mon.0) 652 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-11T17:02:08.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:07.326252+0000 mon.smithi115 (mon.0) 653 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-11T17:02:08.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:07.326266+0000 mon.smithi115 (mon.0) 654 : cluster [INF] Cluster is now healthy 2024-02-11T17:02:08.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:07.327242+0000 mon.smithi115 (mon.0) 655 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-11T17:02:08.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:07.327340+0000 mon.smithi115 (mon.0) 656 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi195.fpzpfy"}]: dispatch 2024-02-11T17:02:08.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:07.331706+0000 mon.smithi115 (mon.0) 657 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi195.fpzpfy=up:creating} 2024-02-11T17:02:08.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:07.341933+0000 mon.smithi115 (mon.0) 658 : cluster [INF] daemon mds.foofs.smithi195.fpzpfy is now active in filesystem foofs as rank 0 2024-02-11T17:02:09.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:08.088811+0000 mgr.smithi115.ltfvnr (mgr.14180) 194 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 22 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 1 op/s 2024-02-11T17:02:09.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:08.334227+0000 mon.smithi115 (mon.0) 659 : cluster [DBG] mds.? [v2:172.21.15.195:6832/1745289727,v1:172.21.15.195:6833/1745289727] up:active 2024-02-11T17:02:09.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:08.334282+0000 mon.smithi115 (mon.0) 660 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi195.fpzpfy=up:active} 2024-02-11T17:02:09.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:08.336489+0000 mon.smithi115 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-11T17:02:09.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:08.339328+0000 mon.smithi115 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-11T17:02:09.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:08.088811+0000 mgr.smithi115.ltfvnr (mgr.14180) 194 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 22 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 1 op/s 2024-02-11T17:02:09.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:08.334227+0000 mon.smithi115 (mon.0) 659 : cluster [DBG] mds.? [v2:172.21.15.195:6832/1745289727,v1:172.21.15.195:6833/1745289727] up:active 2024-02-11T17:02:09.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:08.334282+0000 mon.smithi115 (mon.0) 660 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi195.fpzpfy=up:active} 2024-02-11T17:02:09.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:08.336489+0000 mon.smithi115 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-11T17:02:09.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:08.339328+0000 mon.smithi115 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-11T17:02:09.727 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-11T17:02:09.742 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-11T17:02:09.742 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:10.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:09.344651+0000 mon.smithi115 (mon.0) 663 : cluster [DBG] mgrmap e20: smithi115.ltfvnr(active, since 4m), standbys: smithi195.xvxjwu 2024-02-11T17:02:10.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:09.344651+0000 mon.smithi115 (mon.0) 663 : cluster [DBG] mgrmap e20: smithi115.ltfvnr(active, since 4m), standbys: smithi195.xvxjwu 2024-02-11T17:02:11.894 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:10.089300+0000 mgr.smithi115.ltfvnr (mgr.14180) 195 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s wr, 7 op/s 2024-02-11T17:02:11.894 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:10.571726+0000 mon.smithi115 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:11.894 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:10.575846+0000 mon.smithi115 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:11.894 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:02:10.591719+0000 mgr.smithi115.ltfvnr (mgr.14180) 196 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi115.epnkhd 2024-02-11T17:02:11.894 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:10.591975+0000 mon.smithi115 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi115.epnkhd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-11T17:02:11.895 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:10.595307+0000 mon.smithi115 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi115.epnkhd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-11T17:02:11.895 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:02:10.595785+0000 mgr.smithi115.ltfvnr (mgr.14180) 197 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-11T17:02:11.895 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:10.596013+0000 mon.smithi115 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-11T17:02:11.895 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:10.598989+0000 mon.smithi115 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-11T17:02:11.895 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:10.599883+0000 mon.smithi115 (mon.0) 670 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:11.895 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:10.637066+0000 mon.smithi115 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-11T17:02:11.896 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:10.640361+0000 mon.smithi115 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-11T17:02:11.896 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:02:10.682207+0000 mgr.smithi115.ltfvnr (mgr.14180) 198 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-11T17:02:11.896 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:02:10.682297+0000 mgr.smithi115.ltfvnr (mgr.14180) 199 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi115.epnkhd-rgw 2024-02-11T17:02:11.896 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:10.682615+0000 mon.smithi115 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi115.epnkhd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-11T17:02:11.896 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:10.686261+0000 mon.smithi115 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi115.epnkhd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-11T17:02:11.896 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:10.689856+0000 mon.smithi115 (mon.0) 675 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:11.897 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:02:10.690628+0000 mgr.smithi115.ltfvnr (mgr.14180) 200 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi115.epnkhd on smithi115 2024-02-11T17:02:11.897 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:11.240793+0000 mon.smithi115 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:11.897 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:11.346661+0000 mon.smithi115 (mon.0) 677 : cluster [DBG] mds.? [v2:172.21.15.115:6834/1778295053,v1:172.21.15.115:6835/1778295053] up:boot 2024-02-11T17:02:11.897 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:11.346896+0000 mon.smithi115 (mon.0) 678 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi195.fpzpfy=up:active} 1 up:standby 2024-02-11T17:02:11.897 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:11.346989+0000 mon.smithi115 (mon.0) 679 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi115.gibgeg"}]: dispatch 2024-02-11T17:02:11.897 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:11.349133+0000 mon.smithi115 (mon.0) 680 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi195.fpzpfy=up:active} 1 up:standby 2024-02-11T17:02:11.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:10.089300+0000 mgr.smithi115.ltfvnr (mgr.14180) 195 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s wr, 7 op/s 2024-02-11T17:02:11.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:10.571726+0000 mon.smithi115 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:11.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:10.575846+0000 mon.smithi115 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:11.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:02:10.591719+0000 mgr.smithi115.ltfvnr (mgr.14180) 196 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi115.epnkhd 2024-02-11T17:02:11.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:10.591975+0000 mon.smithi115 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi115.epnkhd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-11T17:02:11.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:10.595307+0000 mon.smithi115 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi115.epnkhd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-11T17:02:11.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:02:10.595785+0000 mgr.smithi115.ltfvnr (mgr.14180) 197 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-11T17:02:11.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:10.596013+0000 mon.smithi115 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-11T17:02:11.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:10.598989+0000 mon.smithi115 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-11T17:02:11.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:10.599883+0000 mon.smithi115 (mon.0) 670 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:11.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:10.637066+0000 mon.smithi115 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-11T17:02:11.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:10.640361+0000 mon.smithi115 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-11T17:02:11.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:02:10.682207+0000 mgr.smithi115.ltfvnr (mgr.14180) 198 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-11T17:02:11.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:02:10.682297+0000 mgr.smithi115.ltfvnr (mgr.14180) 199 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi115.epnkhd-rgw 2024-02-11T17:02:11.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:10.682615+0000 mon.smithi115 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi115.epnkhd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-11T17:02:11.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:10.686261+0000 mon.smithi115 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi115.epnkhd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-11T17:02:11.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:10.689856+0000 mon.smithi115 (mon.0) 675 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:11.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:02:10.690628+0000 mgr.smithi115.ltfvnr (mgr.14180) 200 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi115.epnkhd on smithi115 2024-02-11T17:02:11.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:11.240793+0000 mon.smithi115 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:11.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:11.346661+0000 mon.smithi115 (mon.0) 677 : cluster [DBG] mds.? [v2:172.21.15.115:6834/1778295053,v1:172.21.15.115:6835/1778295053] up:boot 2024-02-11T17:02:11.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:11.346896+0000 mon.smithi115 (mon.0) 678 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi195.fpzpfy=up:active} 1 up:standby 2024-02-11T17:02:11.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:11.346989+0000 mon.smithi115 (mon.0) 679 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi115.gibgeg"}]: dispatch 2024-02-11T17:02:11.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:11.349133+0000 mon.smithi115 (mon.0) 680 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi195.fpzpfy=up:active} 1 up:standby 2024-02-11T17:02:12.324 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:02:12.324 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:02:13.880 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:12.089638+0000 mgr.smithi115.ltfvnr (mgr.14180) 201 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s wr, 5 op/s 2024-02-11T17:02:13.880 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:12.317959+0000 mgr.smithi115.ltfvnr (mgr.14180) 202 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:13.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:12.089638+0000 mgr.smithi115.ltfvnr (mgr.14180) 201 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s wr, 5 op/s 2024-02-11T17:02:13.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:12.317959+0000 mgr.smithi115.ltfvnr (mgr.14180) 202 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:14.100 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:02:15.101 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:16.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:14.090248+0000 mgr.smithi115.ltfvnr (mgr.14180) 203 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 1.6 KiB/s wr, 4 op/s 2024-02-11T17:02:16.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:14.817188+0000 mon.smithi115 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:16.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:14.822202+0000 mon.smithi115 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:16.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:02:14.829235+0000 mgr.smithi115.ltfvnr (mgr.14180) 204 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi195.uwubkk on smithi195 2024-02-11T17:02:16.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:14.090248+0000 mgr.smithi115.ltfvnr (mgr.14180) 203 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 1.6 KiB/s wr, 4 op/s 2024-02-11T17:02:16.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:14.817188+0000 mon.smithi115 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:16.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:14.822202+0000 mon.smithi115 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:16.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:02:14.829235+0000 mgr.smithi115.ltfvnr (mgr.14180) 204 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi195.uwubkk on smithi195 2024-02-11T17:02:17.319 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:02:17.319 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:02:17.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:16.090824+0000 mgr.smithi115.ltfvnr (mgr.14180) 205 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-11T17:02:17.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:16.188464+0000 mon.smithi115 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:17.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:16.246164+0000 mon.smithi115 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:17.662 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:16.090824+0000 mgr.smithi115.ltfvnr (mgr.14180) 205 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-11T17:02:17.662 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:16.188464+0000 mon.smithi115 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:17.662 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:16.246164+0000 mon.smithi115 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:02:18.048 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:02:18.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:17.315475+0000 mgr.smithi115.ltfvnr (mgr.14180) 206 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:18.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:17.315475+0000 mgr.smithi115.ltfvnr (mgr.14180) 206 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:19.050 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:19.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:18.091404+0000 mgr.smithi115.ltfvnr (mgr.14180) 207 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-11T17:02:19.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:18.091404+0000 mgr.smithi115.ltfvnr (mgr.14180) 207 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-11T17:02:21.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:20.091939+0000 mgr.smithi115.ltfvnr (mgr.14180) 208 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2024-02-11T17:02:21.448 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:02:21.448 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:02:21.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:20.091939+0000 mgr.smithi115.ltfvnr (mgr.14180) 208 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2024-02-11T17:02:22.163 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:02:22.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:21.444069+0000 mgr.smithi115.ltfvnr (mgr.14180) 209 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:22.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:21.444069+0000 mgr.smithi115.ltfvnr (mgr.14180) 209 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:23.164 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:23.620 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:22.092251+0000 mgr.smithi115.ltfvnr (mgr.14180) 210 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2024-02-11T17:02:23.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:22.092251+0000 mgr.smithi115.ltfvnr (mgr.14180) 210 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2024-02-11T17:02:25.247 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:24.092958+0000 mgr.smithi115.ltfvnr (mgr.14180) 211 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2024-02-11T17:02:25.674 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:02:25.674 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:02:25.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:24.092958+0000 mgr.smithi115.ltfvnr (mgr.14180) 211 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2024-02-11T17:02:26.337 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:25.670337+0000 mgr.smithi115.ltfvnr (mgr.14180) 212 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:26.357 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:02:26.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:25.670337+0000 mgr.smithi115.ltfvnr (mgr.14180) 212 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:27.358 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:27.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:26.093644+0000 mgr.smithi115.ltfvnr (mgr.14180) 213 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2024-02-11T17:02:27.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:26.093644+0000 mgr.smithi115.ltfvnr (mgr.14180) 213 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2024-02-11T17:02:29.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:28.094107+0000 mgr.smithi115.ltfvnr (mgr.14180) 214 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-02-11T17:02:29.539 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:02:29.539 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:02:29.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:28.094107+0000 mgr.smithi115.ltfvnr (mgr.14180) 214 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-02-11T17:02:30.260 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:02:30.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:29.535260+0000 mgr.smithi115.ltfvnr (mgr.14180) 215 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:30.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:29.535260+0000 mgr.smithi115.ltfvnr (mgr.14180) 215 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:31.260 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:31.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:30.094887+0000 mgr.smithi115.ltfvnr (mgr.14180) 216 : cluster [DBG] pgmap v181: 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 2024-02-11T17:02:31.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:30.094887+0000 mgr.smithi115.ltfvnr (mgr.14180) 216 : cluster [DBG] pgmap v181: 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 2024-02-11T17:02:33.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:32.095219+0000 mgr.smithi115.ltfvnr (mgr.14180) 217 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:33.468 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:02:33.468 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:02:33.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:32.095219+0000 mgr.smithi115.ltfvnr (mgr.14180) 217 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:34.144 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:02:34.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:33.464572+0000 mgr.smithi115.ltfvnr (mgr.14180) 218 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:34.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:33.464572+0000 mgr.smithi115.ltfvnr (mgr.14180) 218 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:35.145 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:35.594 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:34.095989+0000 mgr.smithi115.ltfvnr (mgr.14180) 219 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:35.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:34.095989+0000 mgr.smithi115.ltfvnr (mgr.14180) 219 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:37.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:36.096428+0000 mgr.smithi115.ltfvnr (mgr.14180) 220 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:37.461 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:02:37.461 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:02:37.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:36.096428+0000 mgr.smithi115.ltfvnr (mgr.14180) 220 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:38.141 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:02:38.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:37.457667+0000 mgr.smithi115.ltfvnr (mgr.14180) 221 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:38.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:37.457667+0000 mgr.smithi115.ltfvnr (mgr.14180) 221 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:39.142 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:39.635 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:38.096773+0000 mgr.smithi115.ltfvnr (mgr.14180) 222 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:39.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:38.096773+0000 mgr.smithi115.ltfvnr (mgr.14180) 222 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:41.363 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:02:41.363 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:02:41.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:40.097262+0000 mgr.smithi115.ltfvnr (mgr.14180) 223 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:02:41.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:40.097262+0000 mgr.smithi115.ltfvnr (mgr.14180) 223 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:02:42.013 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:02:42.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:41.358950+0000 mgr.smithi115.ltfvnr (mgr.14180) 224 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:42.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:41.358950+0000 mgr.smithi115.ltfvnr (mgr.14180) 224 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:43.014 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:43.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:42.097740+0000 mgr.smithi115.ltfvnr (mgr.14180) 225 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:43.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:42.097740+0000 mgr.smithi115.ltfvnr (mgr.14180) 225 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:45.455 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:02:45.455 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:02:45.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:44.098198+0000 mgr.smithi115.ltfvnr (mgr.14180) 226 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:45.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:44.098198+0000 mgr.smithi115.ltfvnr (mgr.14180) 226 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:46.195 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:02:46.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:45.450925+0000 mgr.smithi115.ltfvnr (mgr.14180) 227 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:46.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:45.450925+0000 mgr.smithi115.ltfvnr (mgr.14180) 227 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:47.196 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:47.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:46.098830+0000 mgr.smithi115.ltfvnr (mgr.14180) 228 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:47.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:46.098830+0000 mgr.smithi115.ltfvnr (mgr.14180) 228 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:49.347 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:02:49.347 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:02:49.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:48.099217+0000 mgr.smithi115.ltfvnr (mgr.14180) 229 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:49.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:48.099217+0000 mgr.smithi115.ltfvnr (mgr.14180) 229 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:50.106 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:02:50.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:50 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:49.343042+0000 mgr.smithi115.ltfvnr (mgr.14180) 230 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:50.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:50 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:49.343042+0000 mgr.smithi115.ltfvnr (mgr.14180) 230 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:51.107 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:51.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:50.099735+0000 mgr.smithi115.ltfvnr (mgr.14180) 231 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:02:51.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:50.099735+0000 mgr.smithi115.ltfvnr (mgr.14180) 231 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:02:53.485 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:02:53.485 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:02:53.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:52.100236+0000 mgr.smithi115.ltfvnr (mgr.14180) 232 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:53.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:52.100236+0000 mgr.smithi115.ltfvnr (mgr.14180) 232 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:54.278 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:02:54.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:53.480698+0000 mgr.smithi115.ltfvnr (mgr.14180) 233 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:54.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:53.480698+0000 mgr.smithi115.ltfvnr (mgr.14180) 233 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:55.280 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:55.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:54.100841+0000 mgr.smithi115.ltfvnr (mgr.14180) 234 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:55.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:54.100841+0000 mgr.smithi115.ltfvnr (mgr.14180) 234 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:57.423 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:02:57.424 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:02:57.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:56.101273+0000 mgr.smithi115.ltfvnr (mgr.14180) 235 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:57.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:56.101273+0000 mgr.smithi115.ltfvnr (mgr.14180) 235 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:58.146 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:02:58.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:02:57.419877+0000 mgr.smithi115.ltfvnr (mgr.14180) 236 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:58.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:58 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:02:57.419877+0000 mgr.smithi115.ltfvnr (mgr.14180) 236 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:59.147 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:59.592 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:02:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:02:58.101760+0000 mgr.smithi115.ltfvnr (mgr.14180) 237 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:59.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:02:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:02:58.101760+0000 mgr.smithi115.ltfvnr (mgr.14180) 237 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:01.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:00.102384+0000 mgr.smithi115.ltfvnr (mgr.14180) 238 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:03:01.599 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:03:01.599 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:03:01.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:00.102384+0000 mgr.smithi115.ltfvnr (mgr.14180) 238 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:03:02.341 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:03:02.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:03:01.595863+0000 mgr.smithi115.ltfvnr (mgr.14180) 239 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:02.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:02 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:03:01.595863+0000 mgr.smithi115.ltfvnr (mgr.14180) 239 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:03.342 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:03.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:02.102684+0000 mgr.smithi115.ltfvnr (mgr.14180) 240 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:03.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:02.102684+0000 mgr.smithi115.ltfvnr (mgr.14180) 240 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:05.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:04.103232+0000 mgr.smithi115.ltfvnr (mgr.14180) 241 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:05.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:04.103232+0000 mgr.smithi115.ltfvnr (mgr.14180) 241 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:05.711 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:03:05.711 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:03:06.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:03:05.707231+0000 mgr.smithi115.ltfvnr (mgr.14180) 242 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:06.443 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:03:06.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:06 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:03:05.707231+0000 mgr.smithi115.ltfvnr (mgr.14180) 242 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:07.444 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:07.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:06.103833+0000 mgr.smithi115.ltfvnr (mgr.14180) 243 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:07.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:06.103833+0000 mgr.smithi115.ltfvnr (mgr.14180) 243 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:09.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:08.104272+0000 mgr.smithi115.ltfvnr (mgr.14180) 244 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:09.692 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:03:09.692 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:03:09.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:08.104272+0000 mgr.smithi115.ltfvnr (mgr.14180) 244 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:10.445 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:03:10.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:03:09.688252+0000 mgr.smithi115.ltfvnr (mgr.14180) 245 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:10.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:03:09.688252+0000 mgr.smithi115.ltfvnr (mgr.14180) 245 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:11.446 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:11.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:10.104841+0000 mgr.smithi115.ltfvnr (mgr.14180) 246 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:03:11.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:10.104841+0000 mgr.smithi115.ltfvnr (mgr.14180) 246 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:03:13.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:12.105245+0000 mgr.smithi115.ltfvnr (mgr.14180) 247 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:13.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:12.105245+0000 mgr.smithi115.ltfvnr (mgr.14180) 247 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:13.733 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:03:13.733 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:03:14.395 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:03:14.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:03:13.729565+0000 mgr.smithi115.ltfvnr (mgr.14180) 248 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:14.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:03:13.729565+0000 mgr.smithi115.ltfvnr (mgr.14180) 248 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:15.396 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:15.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:14.105720+0000 mgr.smithi115.ltfvnr (mgr.14180) 249 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:15.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:14.105720+0000 mgr.smithi115.ltfvnr (mgr.14180) 249 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:17.557 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:03:17.557 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:03:17.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:16.106143+0000 mgr.smithi115.ltfvnr (mgr.14180) 250 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:17.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:16.106143+0000 mgr.smithi115.ltfvnr (mgr.14180) 250 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:18.217 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:03:18.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:03:17.553124+0000 mgr.smithi115.ltfvnr (mgr.14180) 251 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:18.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:03:17.553124+0000 mgr.smithi115.ltfvnr (mgr.14180) 251 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:19.218 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:19.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:18.106537+0000 mgr.smithi115.ltfvnr (mgr.14180) 252 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:19.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:18.106537+0000 mgr.smithi115.ltfvnr (mgr.14180) 252 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:21.480 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:03:21.480 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:03:21.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:20.107076+0000 mgr.smithi115.ltfvnr (mgr.14180) 253 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:03:21.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:20.107076+0000 mgr.smithi115.ltfvnr (mgr.14180) 253 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:03:22.266 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:03:22.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:03:21.475721+0000 mgr.smithi115.ltfvnr (mgr.14180) 254 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:22.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:03:21.475721+0000 mgr.smithi115.ltfvnr (mgr.14180) 254 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:23.267 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:23.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:22.107704+0000 mgr.smithi115.ltfvnr (mgr.14180) 255 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:23.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:22.107704+0000 mgr.smithi115.ltfvnr (mgr.14180) 255 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:25.546 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:03:25.546 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:03:25.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:24.108252+0000 mgr.smithi115.ltfvnr (mgr.14180) 256 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:25.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:24.108252+0000 mgr.smithi115.ltfvnr (mgr.14180) 256 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:26.395 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:03:26.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:03:25.542040+0000 mgr.smithi115.ltfvnr (mgr.14180) 257 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:26.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:03:25.542040+0000 mgr.smithi115.ltfvnr (mgr.14180) 257 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:27.396 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:27.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:26.108612+0000 mgr.smithi115.ltfvnr (mgr.14180) 258 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:27.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:26.108612+0000 mgr.smithi115.ltfvnr (mgr.14180) 258 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:29.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:28.109027+0000 mgr.smithi115.ltfvnr (mgr.14180) 259 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:29.551 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:03:29.552 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:03:29.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:28.109027+0000 mgr.smithi115.ltfvnr (mgr.14180) 259 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:30.308 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:03:30.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:03:29.547886+0000 mgr.smithi115.ltfvnr (mgr.14180) 260 : audit [DBG] from='client.24371 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:30.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:03:29.547886+0000 mgr.smithi115.ltfvnr (mgr.14180) 260 : audit [DBG] from='client.24371 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:31.309 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:31.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:30.109568+0000 mgr.smithi115.ltfvnr (mgr.14180) 261 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:03:31.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:30.109568+0000 mgr.smithi115.ltfvnr (mgr.14180) 261 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:03:33.445 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:03:33.445 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:03:33.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:32.109951+0000 mgr.smithi115.ltfvnr (mgr.14180) 262 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:33.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:32.109951+0000 mgr.smithi115.ltfvnr (mgr.14180) 262 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:34.221 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:03:34.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:03:33.441012+0000 mgr.smithi115.ltfvnr (mgr.14180) 263 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:34.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:03:33.441012+0000 mgr.smithi115.ltfvnr (mgr.14180) 263 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:35.224 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:35.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:34.110509+0000 mgr.smithi115.ltfvnr (mgr.14180) 264 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:35.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:34.110509+0000 mgr.smithi115.ltfvnr (mgr.14180) 264 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:37.559 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:03:37.559 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:03:37.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:36.110946+0000 mgr.smithi115.ltfvnr (mgr.14180) 265 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:37.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:36.392137+0000 mon.smithi115 (mon.0) 685 : cluster [DBG] mgrmap e21: smithi115.ltfvnr(active, since 5m), standbys: smithi195.xvxjwu 2024-02-11T17:03:37.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:36.110946+0000 mgr.smithi115.ltfvnr (mgr.14180) 265 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:37.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:36.392137+0000 mon.smithi115 (mon.0) 685 : cluster [DBG] mgrmap e21: smithi115.ltfvnr(active, since 5m), standbys: smithi195.xvxjwu 2024-02-11T17:03:38.366 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:03:38.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:03:37.555034+0000 mgr.smithi115.ltfvnr (mgr.14180) 266 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:38.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:03:37.555034+0000 mgr.smithi115.ltfvnr (mgr.14180) 266 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:39.368 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:39.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:38.111373+0000 mgr.smithi115.ltfvnr (mgr.14180) 267 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:39.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:38.111373+0000 mgr.smithi115.ltfvnr (mgr.14180) 267 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:41.556 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:03:41.556 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:03:41.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:40.111901+0000 mgr.smithi115.ltfvnr (mgr.14180) 268 : 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, 170 B/s wr, 0 op/s 2024-02-11T17:03:41.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:40.111901+0000 mgr.smithi115.ltfvnr (mgr.14180) 268 : 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, 170 B/s wr, 0 op/s 2024-02-11T17:03:42.306 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:03:42.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:03:41.551364+0000 mgr.smithi115.ltfvnr (mgr.14180) 269 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:42.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:03:41.551364+0000 mgr.smithi115.ltfvnr (mgr.14180) 269 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:43.307 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:43.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:42.112376+0000 mgr.smithi115.ltfvnr (mgr.14180) 270 : 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, 170 B/s wr, 0 op/s 2024-02-11T17:03:43.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:42.112376+0000 mgr.smithi115.ltfvnr (mgr.14180) 270 : 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, 170 B/s wr, 0 op/s 2024-02-11T17:03:45.496 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:03:45.497 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:03:45.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:44.112957+0000 mgr.smithi115.ltfvnr (mgr.14180) 271 : 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, 170 B/s wr, 0 op/s 2024-02-11T17:03:45.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:44.112957+0000 mgr.smithi115.ltfvnr (mgr.14180) 271 : 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, 170 B/s wr, 0 op/s 2024-02-11T17:03:46.389 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:03:46.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:03:45.492768+0000 mgr.smithi115.ltfvnr (mgr.14180) 272 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:46.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:03:45.492768+0000 mgr.smithi115.ltfvnr (mgr.14180) 272 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:47.390 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:47.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:46.113585+0000 mgr.smithi115.ltfvnr (mgr.14180) 273 : 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, 170 B/s wr, 0 op/s 2024-02-11T17:03:47.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:46.113585+0000 mgr.smithi115.ltfvnr (mgr.14180) 273 : 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, 170 B/s wr, 0 op/s 2024-02-11T17:03:49.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:48.113950+0000 mgr.smithi115.ltfvnr (mgr.14180) 274 : 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, 170 B/s wr, 0 op/s 2024-02-11T17:03:49.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:48.113950+0000 mgr.smithi115.ltfvnr (mgr.14180) 274 : 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, 170 B/s wr, 0 op/s 2024-02-11T17:03:49.700 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:03:49.700 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:03:50.392 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:03:50.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:50 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:03:49.695893+0000 mgr.smithi115.ltfvnr (mgr.14180) 275 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:50.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:50 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:03:49.695893+0000 mgr.smithi115.ltfvnr (mgr.14180) 275 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:51.393 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:51.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:50.114464+0000 mgr.smithi115.ltfvnr (mgr.14180) 276 : 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, 170 B/s wr, 0 op/s 2024-02-11T17:03:51.894 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:50.114464+0000 mgr.smithi115.ltfvnr (mgr.14180) 276 : 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, 170 B/s wr, 0 op/s 2024-02-11T17:03:53.629 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:03:53.630 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:03:53.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:52.114767+0000 mgr.smithi115.ltfvnr (mgr.14180) 277 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:53.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:52.114767+0000 mgr.smithi115.ltfvnr (mgr.14180) 277 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:54.465 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:03:54.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:03:53.625552+0000 mgr.smithi115.ltfvnr (mgr.14180) 278 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:54.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:03:53.625552+0000 mgr.smithi115.ltfvnr (mgr.14180) 278 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:55.466 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:55.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:54.115447+0000 mgr.smithi115.ltfvnr (mgr.14180) 279 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:55.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:54.115447+0000 mgr.smithi115.ltfvnr (mgr.14180) 279 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:57.610 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:56.115942+0000 mgr.smithi115.ltfvnr (mgr.14180) 280 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:57.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:56.115942+0000 mgr.smithi115.ltfvnr (mgr.14180) 280 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:58.020 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:03:58.020 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:03:58.812 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:03:59.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:03:58.016024+0000 mgr.smithi115.ltfvnr (mgr.14180) 281 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:59.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:03:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:03:58.116325+0000 mgr.smithi115.ltfvnr (mgr.14180) 282 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:59.814 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:59.848 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:03:58.016024+0000 mgr.smithi115.ltfvnr (mgr.14180) 281 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:59.848 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:03:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:03:58.116325+0000 mgr.smithi115.ltfvnr (mgr.14180) 282 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:01.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:00.117030+0000 mgr.smithi115.ltfvnr (mgr.14180) 283 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:01.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:00.117030+0000 mgr.smithi115.ltfvnr (mgr.14180) 283 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:02.206 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:04:02.207 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:04:03.008 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:04:03.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:02.117365+0000 mgr.smithi115.ltfvnr (mgr.14180) 284 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:03.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:04:02.202729+0000 mgr.smithi115.ltfvnr (mgr.14180) 285 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:03.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:02.117365+0000 mgr.smithi115.ltfvnr (mgr.14180) 284 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:03.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:04:02.202729+0000 mgr.smithi115.ltfvnr (mgr.14180) 285 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:04.008 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:05.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:04.117825+0000 mgr.smithi115.ltfvnr (mgr.14180) 286 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:05.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:04.117825+0000 mgr.smithi115.ltfvnr (mgr.14180) 286 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:06.441 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:04:06.441 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:04:07.273 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:04:07.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:06.118334+0000 mgr.smithi115.ltfvnr (mgr.14180) 287 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:07.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:04:06.437096+0000 mgr.smithi115.ltfvnr (mgr.14180) 288 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:07.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:06.118334+0000 mgr.smithi115.ltfvnr (mgr.14180) 287 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:07.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:04:06.437096+0000 mgr.smithi115.ltfvnr (mgr.14180) 288 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:08.274 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:09.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:08.118981+0000 mgr.smithi115.ltfvnr (mgr.14180) 289 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:09.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:08.118981+0000 mgr.smithi115.ltfvnr (mgr.14180) 289 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:10.419 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:04:10.419 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:04:11.154 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:04:11.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:10.119527+0000 mgr.smithi115.ltfvnr (mgr.14180) 290 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:11.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:04:10.414393+0000 mgr.smithi115.ltfvnr (mgr.14180) 291 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:11.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:10.119527+0000 mgr.smithi115.ltfvnr (mgr.14180) 290 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:11.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:04:10.414393+0000 mgr.smithi115.ltfvnr (mgr.14180) 291 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:12.156 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:13.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:12.119985+0000 mgr.smithi115.ltfvnr (mgr.14180) 292 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:13.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:12.119985+0000 mgr.smithi115.ltfvnr (mgr.14180) 292 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:14.410 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:04:14.410 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:04:15.442 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:04:15.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:14.120698+0000 mgr.smithi115.ltfvnr (mgr.14180) 293 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:15.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:04:14.406662+0000 mgr.smithi115.ltfvnr (mgr.14180) 294 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:15.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:14.120698+0000 mgr.smithi115.ltfvnr (mgr.14180) 293 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:15.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:04:14.406662+0000 mgr.smithi115.ltfvnr (mgr.14180) 294 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:16.443 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:17.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:16.121363+0000 mgr.smithi115.ltfvnr (mgr.14180) 295 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:17.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:16.121363+0000 mgr.smithi115.ltfvnr (mgr.14180) 295 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:18.739 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:04:18.739 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:04:19.509 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:04:19.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:18.121850+0000 mgr.smithi115.ltfvnr (mgr.14180) 296 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:19.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:04:18.734904+0000 mgr.smithi115.ltfvnr (mgr.14180) 297 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:19.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:18.121850+0000 mgr.smithi115.ltfvnr (mgr.14180) 296 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:19.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:04:18.734904+0000 mgr.smithi115.ltfvnr (mgr.14180) 297 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:20.509 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:21.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:20.122452+0000 mgr.smithi115.ltfvnr (mgr.14180) 298 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:21.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:20.122452+0000 mgr.smithi115.ltfvnr (mgr.14180) 298 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:22.908 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:04:22.908 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:04:23.867 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:22.122836+0000 mgr.smithi115.ltfvnr (mgr.14180) 299 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:23.889 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:04:23.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:22.122836+0000 mgr.smithi115.ltfvnr (mgr.14180) 299 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:24.890 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:24.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:04:22.904259+0000 mgr.smithi115.ltfvnr (mgr.14180) 300 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:24.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:04:22.904259+0000 mgr.smithi115.ltfvnr (mgr.14180) 300 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:25.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:24.123451+0000 mgr.smithi115.ltfvnr (mgr.14180) 301 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:25.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:24.123451+0000 mgr.smithi115.ltfvnr (mgr.14180) 301 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:27.260 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:04:27.260 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:04:27.618 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:26.124051+0000 mgr.smithi115.ltfvnr (mgr.14180) 302 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:27.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:26.124051+0000 mgr.smithi115.ltfvnr (mgr.14180) 302 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:28.068 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:04:28.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:04:27.255917+0000 mgr.smithi115.ltfvnr (mgr.14180) 303 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:28.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:04:27.255917+0000 mgr.smithi115.ltfvnr (mgr.14180) 303 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:29.069 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:29.791 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:28.124643+0000 mgr.smithi115.ltfvnr (mgr.14180) 304 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:29.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:28.124643+0000 mgr.smithi115.ltfvnr (mgr.14180) 304 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:31.477 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:04:31.477 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:04:31.847 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:30.125171+0000 mgr.smithi115.ltfvnr (mgr.14180) 305 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:31.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:30.125171+0000 mgr.smithi115.ltfvnr (mgr.14180) 305 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:32.335 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:04:32.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:04:31.472879+0000 mgr.smithi115.ltfvnr (mgr.14180) 306 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:32.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:04:31.472879+0000 mgr.smithi115.ltfvnr (mgr.14180) 306 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:33.337 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:33.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:32.125507+0000 mgr.smithi115.ltfvnr (mgr.14180) 307 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:33.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:32.125507+0000 mgr.smithi115.ltfvnr (mgr.14180) 307 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:35.572 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:04:35.572 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:04:35.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:34.125950+0000 mgr.smithi115.ltfvnr (mgr.14180) 308 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:35.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:34.125950+0000 mgr.smithi115.ltfvnr (mgr.14180) 308 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:36.361 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:04:36.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:04:35.568201+0000 mgr.smithi115.ltfvnr (mgr.14180) 309 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:36.803 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:04:35.568201+0000 mgr.smithi115.ltfvnr (mgr.14180) 309 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:37.362 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:37.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:36.126388+0000 mgr.smithi115.ltfvnr (mgr.14180) 310 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:37.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:36.126388+0000 mgr.smithi115.ltfvnr (mgr.14180) 310 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:39.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:38.126809+0000 mgr.smithi115.ltfvnr (mgr.14180) 311 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:39.769 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:04:39.769 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:04:39.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:38.126809+0000 mgr.smithi115.ltfvnr (mgr.14180) 311 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:40.567 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:04:40.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:04:39.765672+0000 mgr.smithi115.ltfvnr (mgr.14180) 312 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:40.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:04:39.765672+0000 mgr.smithi115.ltfvnr (mgr.14180) 312 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:41.568 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:41.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:40.127326+0000 mgr.smithi115.ltfvnr (mgr.14180) 313 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:41.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:40.127326+0000 mgr.smithi115.ltfvnr (mgr.14180) 313 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:43.907 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:04:43.907 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:04:43.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:42.127877+0000 mgr.smithi115.ltfvnr (mgr.14180) 314 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:43.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:42.127877+0000 mgr.smithi115.ltfvnr (mgr.14180) 314 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:44.770 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:04:44.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:04:44.273963+0000 mon.smithi115 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi195.uwubkk"}]: dispatch 2024-02-11T17:04:44.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:04:44.273963+0000 mon.smithi115 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi195.uwubkk"}]: dispatch 2024-02-11T17:04:45.771 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:45.805 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:04:43.902612+0000 mgr.smithi115.ltfvnr (mgr.14180) 315 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:45.805 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:44.128448+0000 mgr.smithi115.ltfvnr (mgr.14180) 316 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:45.805 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:04:44.273491+0000 mgr.smithi115.ltfvnr (mgr.14180) 317 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk 2024-02-11T17:04:45.805 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk 2024-02-11T17:04:45.805 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk 2024-02-11T17:04:45.805 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk 2024-02-11T17:04:45.805 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi195.uwubkk ... 2024-02-11T17:04:45.805 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:45.805 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:04:45.805 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:02:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:45.805 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:03: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" 2024-02-11T17:04:45.805 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:04:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:45.806 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:04:45.806 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:45.806 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Traceback (most recent call last): 2024-02-11T17:04:45.806 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:04:45.806 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: yield (conn, connr) 2024-02-11T17:04:45.806 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:04:45.806 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: code, '\n'.join(err))) 2024-02-11T17:04:45.806 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk 2024-02-11T17:04:45.806 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk 2024-02-11T17:04:45.806 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk 2024-02-11T17:04:45.806 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk 2024-02-11T17:04:45.806 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi195.uwubkk ... 2024-02-11T17:04:45.806 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:45.806 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:04:45.806 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:02:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:45.807 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:03: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" 2024-02-11T17:04:45.807 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:04:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:45.807 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:04:45.807 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:45.807 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:04:44.273645+0000 mgr.smithi115.ltfvnr (mgr.14180) 318 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi195.uwubkk 2024-02-11T17:04:45.807 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:04:44.274494+0000 mgr.smithi115.ltfvnr (mgr.14180) 319 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk 2024-02-11T17:04:45.807 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk 2024-02-11T17:04:45.807 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk 2024-02-11T17:04:45.807 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk 2024-02-11T17:04:45.807 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi195.uwubkk ... 2024-02-11T17:04:45.807 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:45.807 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:04:45.807 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:02:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:45.807 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:03: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" 2024-02-11T17:04:45.807 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:04:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:45.808 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:04:45.808 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:45.808 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:04:44.275874+0000 mgr.smithi115.ltfvnr (mgr.14180) 320 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi115.qvryfk on smithi115 2024-02-11T17:04:45.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:04:43.902612+0000 mgr.smithi115.ltfvnr (mgr.14180) 315 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:45.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:44.128448+0000 mgr.smithi115.ltfvnr (mgr.14180) 316 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:45.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:04:44.273491+0000 mgr.smithi115.ltfvnr (mgr.14180) 317 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk 2024-02-11T17:04:45.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk 2024-02-11T17:04:45.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk 2024-02-11T17:04:45.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk 2024-02-11T17:04:45.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi195.uwubkk ... 2024-02-11T17:04:45.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:45.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:04:45.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:02:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:45.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:03: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" 2024-02-11T17:04:45.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:04:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:45.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:04:45.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:45.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Traceback (most recent call last): 2024-02-11T17:04:45.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:04:45.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: yield (conn, connr) 2024-02-11T17:04:45.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:04:45.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: code, '\n'.join(err))) 2024-02-11T17:04:45.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk 2024-02-11T17:04:45.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk 2024-02-11T17:04:45.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk 2024-02-11T17:04:45.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk 2024-02-11T17:04:45.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi195.uwubkk ... 2024-02-11T17:04:45.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:45.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:04:45.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:02:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:45.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:03: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" 2024-02-11T17:04:45.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:04:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:45.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:04:45.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:45.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:04:44.273645+0000 mgr.smithi115.ltfvnr (mgr.14180) 318 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi195.uwubkk 2024-02-11T17:04:45.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:04:44.274494+0000 mgr.smithi115.ltfvnr (mgr.14180) 319 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk 2024-02-11T17:04:45.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk 2024-02-11T17:04:45.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk 2024-02-11T17:04:45.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk 2024-02-11T17:04:45.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi195.uwubkk ... 2024-02-11T17:04:45.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:45.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:04:45.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:02:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:45.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:03: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" 2024-02-11T17:04:45.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:04:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:45.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:04:45.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:45.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:04:44.275874+0000 mgr.smithi115.ltfvnr (mgr.14180) 320 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi115.qvryfk on smithi115 2024-02-11T17:04:47.714 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:46.128957+0000 mgr.smithi115.ltfvnr (mgr.14180) 321 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:47.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:46.128957+0000 mgr.smithi115.ltfvnr (mgr.14180) 321 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:48.133 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:04:48.133 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:04:48.757 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:04:49.758 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:49.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:04:48.128660+0000 mgr.smithi115.ltfvnr (mgr.14180) 322 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:49.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:48.129370+0000 mgr.smithi115.ltfvnr (mgr.14180) 323 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:49.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:04:48.128660+0000 mgr.smithi115.ltfvnr (mgr.14180) 322 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:49.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:48.129370+0000 mgr.smithi115.ltfvnr (mgr.14180) 323 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:51.584 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:50.130145+0000 mgr.smithi115.ltfvnr (mgr.14180) 324 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:51.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:50.130145+0000 mgr.smithi115.ltfvnr (mgr.14180) 324 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:52.056 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:04:52.057 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:04:52.880 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:04:53.881 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:53.914 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:04:52.052345+0000 mgr.smithi115.ltfvnr (mgr.14180) 325 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:53.914 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:52.130606+0000 mgr.smithi115.ltfvnr (mgr.14180) 326 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:53.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:04:52.052345+0000 mgr.smithi115.ltfvnr (mgr.14180) 325 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:53.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:52.130606+0000 mgr.smithi115.ltfvnr (mgr.14180) 326 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:55.832 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:54.131043+0000 mgr.smithi115.ltfvnr (mgr.14180) 327 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:55.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:54.131043+0000 mgr.smithi115.ltfvnr (mgr.14180) 327 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:56.253 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:04:56.253 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:04:56.984 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:04:57.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:56.131453+0000 mgr.smithi115.ltfvnr (mgr.14180) 328 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:57.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:04:56.249782+0000 mgr.smithi115.ltfvnr (mgr.14180) 329 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:57.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:56.131453+0000 mgr.smithi115.ltfvnr (mgr.14180) 328 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:57.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:04:56.249782+0000 mgr.smithi115.ltfvnr (mgr.14180) 329 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:57.985 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:59.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:04:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:04:58.131860+0000 mgr.smithi115.ltfvnr (mgr.14180) 330 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:59.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:04:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:04:58.131860+0000 mgr.smithi115.ltfvnr (mgr.14180) 330 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:00.452 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:05:00.452 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:05:01.055 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:05:01.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:00.132401+0000 mgr.smithi115.ltfvnr (mgr.14180) 331 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:01.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:05:00.447960+0000 mgr.smithi115.ltfvnr (mgr.14180) 332 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:01.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:00.132401+0000 mgr.smithi115.ltfvnr (mgr.14180) 331 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:01.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:05:00.447960+0000 mgr.smithi115.ltfvnr (mgr.14180) 332 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:02.056 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:03.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:02.132798+0000 mgr.smithi115.ltfvnr (mgr.14180) 333 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:03.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:02.132798+0000 mgr.smithi115.ltfvnr (mgr.14180) 333 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:04.400 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:05:04.400 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:05:05.060 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:05:05.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:04.133477+0000 mgr.smithi115.ltfvnr (mgr.14180) 334 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:05.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:05:04.395703+0000 mgr.smithi115.ltfvnr (mgr.14180) 335 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:05.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:04.133477+0000 mgr.smithi115.ltfvnr (mgr.14180) 334 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:05.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:05:04.395703+0000 mgr.smithi115.ltfvnr (mgr.14180) 335 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:06.061 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:07.795 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:06.134009+0000 mgr.smithi115.ltfvnr (mgr.14180) 336 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:07.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:06.134009+0000 mgr.smithi115.ltfvnr (mgr.14180) 336 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:08.175 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:05:08.176 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:05:09.034 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:05:09.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:08.134454+0000 mgr.smithi115.ltfvnr (mgr.14180) 337 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:09.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:05:08.171486+0000 mgr.smithi115.ltfvnr (mgr.14180) 338 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:09.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:08.134454+0000 mgr.smithi115.ltfvnr (mgr.14180) 337 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:09.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:05:08.171486+0000 mgr.smithi115.ltfvnr (mgr.14180) 338 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:10.035 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:11.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:10.135020+0000 mgr.smithi115.ltfvnr (mgr.14180) 339 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:11.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:10.135020+0000 mgr.smithi115.ltfvnr (mgr.14180) 339 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:12.474 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:05:12.474 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:05:13.323 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:05:13.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:12.135581+0000 mgr.smithi115.ltfvnr (mgr.14180) 340 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:13.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:05:12.470390+0000 mgr.smithi115.ltfvnr (mgr.14180) 341 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:13.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:12.135581+0000 mgr.smithi115.ltfvnr (mgr.14180) 340 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:13.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:05:12.470390+0000 mgr.smithi115.ltfvnr (mgr.14180) 341 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:14.324 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:15.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:14.136197+0000 mgr.smithi115.ltfvnr (mgr.14180) 342 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:15.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:14.136197+0000 mgr.smithi115.ltfvnr (mgr.14180) 342 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:16.534 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:05:16.534 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:05:17.208 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:05:17.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:16.136707+0000 mgr.smithi115.ltfvnr (mgr.14180) 343 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:17.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:05:16.529483+0000 mgr.smithi115.ltfvnr (mgr.14180) 344 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:17.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:16.136707+0000 mgr.smithi115.ltfvnr (mgr.14180) 343 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:17.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:05:16.529483+0000 mgr.smithi115.ltfvnr (mgr.14180) 344 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:18.208 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:19.911 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:18.137226+0000 mgr.smithi115.ltfvnr (mgr.14180) 345 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:19.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:18.137226+0000 mgr.smithi115.ltfvnr (mgr.14180) 345 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:20.661 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:05:20.661 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:05:21.496 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:05:21.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:20.137804+0000 mgr.smithi115.ltfvnr (mgr.14180) 346 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:21.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:05:20.657418+0000 mgr.smithi115.ltfvnr (mgr.14180) 347 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:21.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:20.137804+0000 mgr.smithi115.ltfvnr (mgr.14180) 346 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:21.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:05:20.657418+0000 mgr.smithi115.ltfvnr (mgr.14180) 347 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:22.497 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:23.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:22.138135+0000 mgr.smithi115.ltfvnr (mgr.14180) 348 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:23.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:22.138135+0000 mgr.smithi115.ltfvnr (mgr.14180) 348 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:24.887 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:05:24.888 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:05:25.669 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:05:25.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:24.138721+0000 mgr.smithi115.ltfvnr (mgr.14180) 349 : 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 2024-02-11T17:05:25.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:24.138721+0000 mgr.smithi115.ltfvnr (mgr.14180) 349 : 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 2024-02-11T17:05:26.670 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:26.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:05:24.883673+0000 mgr.smithi115.ltfvnr (mgr.14180) 350 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:26.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:05:24.883673+0000 mgr.smithi115.ltfvnr (mgr.14180) 350 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:27.858 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:26.139201+0000 mgr.smithi115.ltfvnr (mgr.14180) 351 : 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 2024-02-11T17:05:27.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:26.139201+0000 mgr.smithi115.ltfvnr (mgr.14180) 351 : 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 2024-02-11T17:05:29.034 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:05:29.034 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:05:29.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:28.139673+0000 mgr.smithi115.ltfvnr (mgr.14180) 352 : 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 2024-02-11T17:05:29.844 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:05:29.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:28.139673+0000 mgr.smithi115.ltfvnr (mgr.14180) 352 : 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 2024-02-11T17:05:30.845 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:30.879 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:05:29.029797+0000 mgr.smithi115.ltfvnr (mgr.14180) 353 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:30.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:05:29.029797+0000 mgr.smithi115.ltfvnr (mgr.14180) 353 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:31.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:30.140107+0000 mgr.smithi115.ltfvnr (mgr.14180) 354 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:31.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:30.140107+0000 mgr.smithi115.ltfvnr (mgr.14180) 354 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:33.291 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:05:33.291 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:05:33.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:32.140427+0000 mgr.smithi115.ltfvnr (mgr.14180) 355 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:33.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:32.140427+0000 mgr.smithi115.ltfvnr (mgr.14180) 355 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:34.159 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:05:34.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:05:33.286534+0000 mgr.smithi115.ltfvnr (mgr.14180) 356 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:34.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:05:33.286534+0000 mgr.smithi115.ltfvnr (mgr.14180) 356 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:35.161 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:35.874 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:34.140951+0000 mgr.smithi115.ltfvnr (mgr.14180) 357 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:35.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:34.140951+0000 mgr.smithi115.ltfvnr (mgr.14180) 357 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:37.396 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:05:37.396 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:05:37.786 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:36.141593+0000 mgr.smithi115.ltfvnr (mgr.14180) 358 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:37.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:36.141593+0000 mgr.smithi115.ltfvnr (mgr.14180) 358 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:38.261 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:05:38.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:05:37.392195+0000 mgr.smithi115.ltfvnr (mgr.14180) 359 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:38.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:05:37.392195+0000 mgr.smithi115.ltfvnr (mgr.14180) 359 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:39.263 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:39.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:38.142040+0000 mgr.smithi115.ltfvnr (mgr.14180) 360 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:39.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:38.142040+0000 mgr.smithi115.ltfvnr (mgr.14180) 360 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:41.634 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:05:41.634 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:05:41.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:40.142532+0000 mgr.smithi115.ltfvnr (mgr.14180) 361 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:41.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:40.142532+0000 mgr.smithi115.ltfvnr (mgr.14180) 361 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:42.520 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:05:42.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:05:41.629896+0000 mgr.smithi115.ltfvnr (mgr.14180) 362 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:42.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:05:41.629896+0000 mgr.smithi115.ltfvnr (mgr.14180) 362 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:43.521 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:43.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:42.142909+0000 mgr.smithi115.ltfvnr (mgr.14180) 363 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:43.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:42.142909+0000 mgr.smithi115.ltfvnr (mgr.14180) 363 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:45.781 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:05:45.781 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:05:45.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:44.143527+0000 mgr.smithi115.ltfvnr (mgr.14180) 364 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:45.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:44.143527+0000 mgr.smithi115.ltfvnr (mgr.14180) 364 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:46.582 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:05:46.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:05:45.777161+0000 mgr.smithi115.ltfvnr (mgr.14180) 365 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:46.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:05:45.777161+0000 mgr.smithi115.ltfvnr (mgr.14180) 365 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:47.583 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:47.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:46.144015+0000 mgr.smithi115.ltfvnr (mgr.14180) 366 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:47.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:46.144015+0000 mgr.smithi115.ltfvnr (mgr.14180) 366 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:49.914 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:05:49.915 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:05:49.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:48.144562+0000 mgr.smithi115.ltfvnr (mgr.14180) 367 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:49.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:48.144562+0000 mgr.smithi115.ltfvnr (mgr.14180) 367 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:50.603 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:05:51.604 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:51.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:05:49.910431+0000 mgr.smithi115.ltfvnr (mgr.14180) 368 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:51.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:50.145116+0000 mgr.smithi115.ltfvnr (mgr.14180) 369 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:51.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:05:49.910431+0000 mgr.smithi115.ltfvnr (mgr.14180) 368 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:51.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:50.145116+0000 mgr.smithi115.ltfvnr (mgr.14180) 369 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:53.905 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:05:53.906 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:05:53.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:52.145428+0000 mgr.smithi115.ltfvnr (mgr.14180) 370 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:53.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:52.145428+0000 mgr.smithi115.ltfvnr (mgr.14180) 370 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:54.747 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:05:55.748 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:55.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:05:53.901065+0000 mgr.smithi115.ltfvnr (mgr.14180) 371 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:55.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:54.145977+0000 mgr.smithi115.ltfvnr (mgr.14180) 372 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:55.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:05:53.901065+0000 mgr.smithi115.ltfvnr (mgr.14180) 371 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:55.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:54.145977+0000 mgr.smithi115.ltfvnr (mgr.14180) 372 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:57.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:56.146568+0000 mgr.smithi115.ltfvnr (mgr.14180) 373 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:57.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:56.146568+0000 mgr.smithi115.ltfvnr (mgr.14180) 373 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:58.087 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:05:58.088 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:05:58.950 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:05:59.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:05:58.083003+0000 mgr.smithi115.ltfvnr (mgr.14180) 374 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:59.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:05:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:05:58.146981+0000 mgr.smithi115.ltfvnr (mgr.14180) 375 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:59.952 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:59.985 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:05:58.083003+0000 mgr.smithi115.ltfvnr (mgr.14180) 374 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:59.985 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:05:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:05:58.146981+0000 mgr.smithi115.ltfvnr (mgr.14180) 375 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:01.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:00.147485+0000 mgr.smithi115.ltfvnr (mgr.14180) 376 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:01.991 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:00.147485+0000 mgr.smithi115.ltfvnr (mgr.14180) 376 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:02.438 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:06:02.438 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:06:03.140 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:06:03.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:02.147832+0000 mgr.smithi115.ltfvnr (mgr.14180) 377 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:03.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:06:02.433723+0000 mgr.smithi115.ltfvnr (mgr.14180) 378 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:04.141 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:04.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:02.147832+0000 mgr.smithi115.ltfvnr (mgr.14180) 377 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:04.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:06:02.433723+0000 mgr.smithi115.ltfvnr (mgr.14180) 378 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:05.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:04.148293+0000 mgr.smithi115.ltfvnr (mgr.14180) 379 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:06.062 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:04.148293+0000 mgr.smithi115.ltfvnr (mgr.14180) 379 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:06.517 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:06:06.517 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:06:07.327 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:06:07.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:06.148966+0000 mgr.smithi115.ltfvnr (mgr.14180) 380 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:07.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:06:06.512727+0000 mgr.smithi115.ltfvnr (mgr.14180) 381 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:08.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:06.148966+0000 mgr.smithi115.ltfvnr (mgr.14180) 380 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:08.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:06:06.512727+0000 mgr.smithi115.ltfvnr (mgr.14180) 381 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:08.327 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:09.886 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:08.149449+0000 mgr.smithi115.ltfvnr (mgr.14180) 382 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:09.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:08.149449+0000 mgr.smithi115.ltfvnr (mgr.14180) 382 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:10.596 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:06:10.596 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:06:11.365 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:06:11.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:10.150139+0000 mgr.smithi115.ltfvnr (mgr.14180) 383 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:11.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:06:10.592644+0000 mgr.smithi115.ltfvnr (mgr.14180) 384 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:12.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:10.150139+0000 mgr.smithi115.ltfvnr (mgr.14180) 383 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:12.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:06:10.592644+0000 mgr.smithi115.ltfvnr (mgr.14180) 384 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:12.366 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:13.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:12.150623+0000 mgr.smithi115.ltfvnr (mgr.14180) 385 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:13.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:12.150623+0000 mgr.smithi115.ltfvnr (mgr.14180) 385 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:14.729 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:06:14.729 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:06:15.527 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:06:15.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:14.151382+0000 mgr.smithi115.ltfvnr (mgr.14180) 386 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:15.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:06:14.724641+0000 mgr.smithi115.ltfvnr (mgr.14180) 387 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:15.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:14.151382+0000 mgr.smithi115.ltfvnr (mgr.14180) 386 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:15.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:06:14.724641+0000 mgr.smithi115.ltfvnr (mgr.14180) 387 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:16.528 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:17.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:16.151978+0000 mgr.smithi115.ltfvnr (mgr.14180) 388 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:18.122 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:16.151978+0000 mgr.smithi115.ltfvnr (mgr.14180) 388 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:18.769 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:06:18.769 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:06:19.592 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:06:19.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:18.152347+0000 mgr.smithi115.ltfvnr (mgr.14180) 389 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:19.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:06:18.764650+0000 mgr.smithi115.ltfvnr (mgr.14180) 390 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:19.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:18.152347+0000 mgr.smithi115.ltfvnr (mgr.14180) 389 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:19.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:06:18.764650+0000 mgr.smithi115.ltfvnr (mgr.14180) 390 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:20.593 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:22.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:20.153168+0000 mgr.smithi115.ltfvnr (mgr.14180) 391 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:22.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:20.153168+0000 mgr.smithi115.ltfvnr (mgr.14180) 391 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:22.995 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:06:22.995 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:06:23.772 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:06:24.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:22.153609+0000 mgr.smithi115.ltfvnr (mgr.14180) 392 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:24.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:22.153609+0000 mgr.smithi115.ltfvnr (mgr.14180) 392 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:24.775 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:25.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:06:22.990580+0000 mgr.smithi115.ltfvnr (mgr.14180) 393 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:25.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:06:22.990580+0000 mgr.smithi115.ltfvnr (mgr.14180) 393 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:25.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:24.154198+0000 mgr.smithi115.ltfvnr (mgr.14180) 394 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:26.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:24.154198+0000 mgr.smithi115.ltfvnr (mgr.14180) 394 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:27.060 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:06:27.061 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:06:27.759 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:06:28.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:26.154918+0000 mgr.smithi115.ltfvnr (mgr.14180) 395 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:28.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:26.154918+0000 mgr.smithi115.ltfvnr (mgr.14180) 395 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:28.760 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:29.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:06:27.056504+0000 mgr.smithi115.ltfvnr (mgr.14180) 396 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:29.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:06:27.056504+0000 mgr.smithi115.ltfvnr (mgr.14180) 396 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:30.016 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:28.155255+0000 mgr.smithi115.ltfvnr (mgr.14180) 397 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:30.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:28.155255+0000 mgr.smithi115.ltfvnr (mgr.14180) 397 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:31.103 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:06:31.103 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:06:31.864 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:06:32.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:30.155909+0000 mgr.smithi115.ltfvnr (mgr.14180) 398 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:32.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:30.155909+0000 mgr.smithi115.ltfvnr (mgr.14180) 398 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:32.865 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:33.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:06:31.098335+0000 mgr.smithi115.ltfvnr (mgr.14180) 399 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:33.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:06:31.098335+0000 mgr.smithi115.ltfvnr (mgr.14180) 399 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:33.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:32.156232+0000 mgr.smithi115.ltfvnr (mgr.14180) 400 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:34.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:32.156232+0000 mgr.smithi115.ltfvnr (mgr.14180) 400 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:35.376 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:06:35.377 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:06:36.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:34.156755+0000 mgr.smithi115.ltfvnr (mgr.14180) 401 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:36.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:34.156755+0000 mgr.smithi115.ltfvnr (mgr.14180) 401 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:36.224 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:06:37.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:06:35.372431+0000 mgr.smithi115.ltfvnr (mgr.14180) 402 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:37.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:06:35.372431+0000 mgr.smithi115.ltfvnr (mgr.14180) 402 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:37.224 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:38.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:36.157371+0000 mgr.smithi115.ltfvnr (mgr.14180) 403 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:38.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:36.157371+0000 mgr.smithi115.ltfvnr (mgr.14180) 403 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:39.620 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:06:39.620 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:06:39.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:38.157906+0000 mgr.smithi115.ltfvnr (mgr.14180) 404 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:40.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:38.157906+0000 mgr.smithi115.ltfvnr (mgr.14180) 404 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:40.512 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:06:41.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:06:39.615668+0000 mgr.smithi115.ltfvnr (mgr.14180) 405 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:41.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:06:39.615668+0000 mgr.smithi115.ltfvnr (mgr.14180) 405 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:41.513 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:41.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:40.158419+0000 mgr.smithi115.ltfvnr (mgr.14180) 406 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:42.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:40.158419+0000 mgr.smithi115.ltfvnr (mgr.14180) 406 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:43.719 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:06:43.719 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:06:44.156 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:42.158940+0000 mgr.smithi115.ltfvnr (mgr.14180) 407 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:44.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:42.158940+0000 mgr.smithi115.ltfvnr (mgr.14180) 407 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:44.456 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:06:45.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:06:43.715332+0000 mgr.smithi115.ltfvnr (mgr.14180) 408 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:45.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:06:43.715332+0000 mgr.smithi115.ltfvnr (mgr.14180) 408 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:45.458 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:46.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:44.159360+0000 mgr.smithi115.ltfvnr (mgr.14180) 409 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:46.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:44.159360+0000 mgr.smithi115.ltfvnr (mgr.14180) 409 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:47.751 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:06:47.751 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:06:48.079 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:46.159923+0000 mgr.smithi115.ltfvnr (mgr.14180) 410 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:48.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:46.159923+0000 mgr.smithi115.ltfvnr (mgr.14180) 410 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:48.445 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:06:49.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:06:47.747174+0000 mgr.smithi115.ltfvnr (mgr.14180) 411 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:49.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:06:47.747174+0000 mgr.smithi115.ltfvnr (mgr.14180) 411 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:49.446 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:50.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:48.160275+0000 mgr.smithi115.ltfvnr (mgr.14180) 412 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:50.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:48.160275+0000 mgr.smithi115.ltfvnr (mgr.14180) 412 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:51.803 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:06:51.803 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:06:52.158 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:50.160846+0000 mgr.smithi115.ltfvnr (mgr.14180) 413 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:52.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:50.160846+0000 mgr.smithi115.ltfvnr (mgr.14180) 413 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:52.651 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:06:52.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:06:51.798384+0000 mgr.smithi115.ltfvnr (mgr.14180) 414 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:53.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:06:51.798384+0000 mgr.smithi115.ltfvnr (mgr.14180) 414 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:53.652 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:54.119 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:52.161189+0000 mgr.smithi115.ltfvnr (mgr.14180) 415 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:54.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:52.161189+0000 mgr.smithi115.ltfvnr (mgr.14180) 415 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:55.920 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:06:55.920 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:06:56.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:54.161663+0000 mgr.smithi115.ltfvnr (mgr.14180) 416 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:56.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:54.161663+0000 mgr.smithi115.ltfvnr (mgr.14180) 416 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:56.741 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:06:57.742 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:58.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:06:55.916004+0000 mgr.smithi115.ltfvnr (mgr.14180) 417 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:58.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:56.162149+0000 mgr.smithi115.ltfvnr (mgr.14180) 418 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:58.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:06:55.916004+0000 mgr.smithi115.ltfvnr (mgr.14180) 417 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:58.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:56.162149+0000 mgr.smithi115.ltfvnr (mgr.14180) 418 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:59.964 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:06:59.964 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:07:00.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:06:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:06:58.162516+0000 mgr.smithi115.ltfvnr (mgr.14180) 419 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:00.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:06:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:06:58.162516+0000 mgr.smithi115.ltfvnr (mgr.14180) 419 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:00.719 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:07:01.720 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:02.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:06:59.960216+0000 mgr.smithi115.ltfvnr (mgr.14180) 420 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:02.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:00.163207+0000 mgr.smithi115.ltfvnr (mgr.14180) 421 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:07:02.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:06:59.960216+0000 mgr.smithi115.ltfvnr (mgr.14180) 420 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:02.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:00.163207+0000 mgr.smithi115.ltfvnr (mgr.14180) 421 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:07:03.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:02.163683+0000 mgr.smithi115.ltfvnr (mgr.14180) 422 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:04.104 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:07:04.105 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:07:04.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:02.163683+0000 mgr.smithi115.ltfvnr (mgr.14180) 422 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:04.857 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:07:05.859 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:06.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:04.100490+0000 mgr.smithi115.ltfvnr (mgr.14180) 423 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:06.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:04.164313+0000 mgr.smithi115.ltfvnr (mgr.14180) 424 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:06.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:04.100490+0000 mgr.smithi115.ltfvnr (mgr.14180) 423 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:06.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:04.164313+0000 mgr.smithi115.ltfvnr (mgr.14180) 424 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:07.973 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:07:07.973 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:07:08.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:06.164780+0000 mgr.smithi115.ltfvnr (mgr.14180) 425 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:08.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:06.164780+0000 mgr.smithi115.ltfvnr (mgr.14180) 425 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:08.720 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:07:09.721 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:10.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:07.968668+0000 mgr.smithi115.ltfvnr (mgr.14180) 426 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:10.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:08.165119+0000 mgr.smithi115.ltfvnr (mgr.14180) 427 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:10.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:07.968668+0000 mgr.smithi115.ltfvnr (mgr.14180) 426 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:10.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:08.165119+0000 mgr.smithi115.ltfvnr (mgr.14180) 427 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:11.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:10.165836+0000 mgr.smithi115.ltfvnr (mgr.14180) 428 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:07:12.104 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:07:12.104 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:52.114683Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:52.114827Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:52.114895Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:52.114958Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:52.115017Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:07:12.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:10.165836+0000 mgr.smithi115.ltfvnr (mgr.14180) 428 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:07:13.024 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:07:14.025 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:14.052 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:12.099925+0000 mgr.smithi115.ltfvnr (mgr.14180) 429 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:14.052 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:12.166162+0000 mgr.smithi115.ltfvnr (mgr.14180) 430 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:14.052 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:13.747468+0000 mon.smithi115 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi115.qvryfk"}]: dispatch 2024-02-11T17:07:14.052 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:13.753186+0000 mon.smithi115 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:07:14.052 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:13.755726+0000 mon.smithi115 (mon.0) 689 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:07:14.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:12.099925+0000 mgr.smithi115.ltfvnr (mgr.14180) 429 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:14.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:12.166162+0000 mgr.smithi115.ltfvnr (mgr.14180) 430 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:14.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:13.747468+0000 mon.smithi115 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi115.qvryfk"}]: dispatch 2024-02-11T17:07:14.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:13.753186+0000 mon.smithi115 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:07:14.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:13.755726+0000 mon.smithi115 (mon.0) 689 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:07:15.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:07:13.746792+0000 mgr.smithi115.ltfvnr (mgr.14180) 431 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk 2024-02-11T17:07:15.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk 2024-02-11T17:07:15.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk 2024-02-11T17:07:15.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk 2024-02-11T17:07:15.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi115.qvryfk ... 2024-02-11T17:07:15.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:15.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:07:15.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:05:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:15.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:05:58Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:15.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:06:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:15.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:07:15.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:15.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Traceback (most recent call last): 2024-02-11T17:07:15.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:07:15.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: yield (conn, connr) 2024-02-11T17:07:15.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:07:15.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: code, '\n'.join(err))) 2024-02-11T17:07:15.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk 2024-02-11T17:07:15.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk 2024-02-11T17:07:15.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk 2024-02-11T17:07:15.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk 2024-02-11T17:07:15.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi115.qvryfk ... 2024-02-11T17:07:15.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:15.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:07:15.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:05:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:15.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:05:58Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:15.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:06:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:15.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:07:15.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:15.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:07:13.747072+0000 mgr.smithi115.ltfvnr (mgr.14180) 432 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi115.qvryfk 2024-02-11T17:07:15.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:07:13.748179+0000 mgr.smithi115.ltfvnr (mgr.14180) 433 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk 2024-02-11T17:07:15.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk 2024-02-11T17:07:15.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk 2024-02-11T17:07:15.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk 2024-02-11T17:07:15.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi115.qvryfk ... 2024-02-11T17:07:15.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:15.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:07:15.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:05:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:15.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:05:58Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:15.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:06:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:15.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:07:15.173 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:15.173 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:07:13.753529+0000 mgr.smithi115.ltfvnr (mgr.14180) 434 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:07:15.173 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:07:13.754670+0000 mgr.smithi115.ltfvnr (mgr.14180) 435 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:07:15.173 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:13.755733+0000 mgr.smithi115.ltfvnr (mgr.14180) 436 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-11T17:07:15.173 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:13.997753+0000 mon.smithi115 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:07:15.173 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:14.751217+0000 mon.smithi115 (mon.0) 691 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:07:15.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:07:13.746792+0000 mgr.smithi115.ltfvnr (mgr.14180) 431 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk 2024-02-11T17:07:15.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk 2024-02-11T17:07:15.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk 2024-02-11T17:07:15.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk 2024-02-11T17:07:15.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi115.qvryfk ... 2024-02-11T17:07:15.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:15.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:07:15.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:05:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:15.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:05:58Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:15.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:06:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:15.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:07:15.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:15.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Traceback (most recent call last): 2024-02-11T17:07:15.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:07:15.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: yield (conn, connr) 2024-02-11T17:07:15.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:07:15.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: code, '\n'.join(err))) 2024-02-11T17:07:15.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk 2024-02-11T17:07:15.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk 2024-02-11T17:07:15.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk 2024-02-11T17:07:15.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk 2024-02-11T17:07:15.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi115.qvryfk ... 2024-02-11T17:07:15.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:15.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:07:15.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:05:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:15.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:05:58Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:15.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:06:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:15.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:07:15.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:15.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:07:13.747072+0000 mgr.smithi115.ltfvnr (mgr.14180) 432 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi115.qvryfk 2024-02-11T17:07:15.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:07:13.748179+0000 mgr.smithi115.ltfvnr (mgr.14180) 433 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk 2024-02-11T17:07:15.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk 2024-02-11T17:07:15.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk 2024-02-11T17:07:15.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk 2024-02-11T17:07:15.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi115.qvryfk ... 2024-02-11T17:07:15.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:15.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:07:15.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:05:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:15.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:05:58Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:15.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:06:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:15.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:07:15.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:15.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:07:13.753529+0000 mgr.smithi115.ltfvnr (mgr.14180) 434 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:07:15.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:07:13.754670+0000 mgr.smithi115.ltfvnr (mgr.14180) 435 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:07:15.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:13.755733+0000 mgr.smithi115.ltfvnr (mgr.14180) 436 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-11T17:07:15.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:13.997753+0000 mon.smithi115 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:07:15.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:14.751217+0000 mon.smithi115 (mon.0) 691 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:07:16.809 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:15.756508+0000 mgr.smithi115.ltfvnr (mgr.14180) 437 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-11T17:07:16.809 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:15.985513+0000 mon.smithi115 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:07:16.809 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:16.200799+0000 mon.smithi115 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:07:16.809 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:16.505011+0000 mon.smithi115 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:07:16.918 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:07:16.919 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:58.924843Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:58.924684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:58.924513Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:58.924967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:58.925103Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:07:17.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:15.756508+0000 mgr.smithi115.ltfvnr (mgr.14180) 437 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-11T17:07:17.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:15.985513+0000 mon.smithi115 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:07:17.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:16.200799+0000 mon.smithi115 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:07:17.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:16.505011+0000 mon.smithi115 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:07:17.886 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:07:18.887 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:19.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:16.914534+0000 mgr.smithi115.ltfvnr (mgr.14180) 438 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:19.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:17.757185+0000 mgr.smithi115.ltfvnr (mgr.14180) 439 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-11T17:07:19.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:16.914534+0000 mgr.smithi115.ltfvnr (mgr.14180) 438 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:19.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:17.757185+0000 mgr.smithi115.ltfvnr (mgr.14180) 439 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-11T17:07:21.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:19.757832+0000 mgr.smithi115.ltfvnr (mgr.14180) 440 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-11T17:07:21.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:19.757832+0000 mgr.smithi115.ltfvnr (mgr.14180) 440 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-11T17:07:21.613 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:07:21.613 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:01:58.924775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:01:58.924843Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:01:58.924906Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:01:58.924684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:01:58.924513Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:01:58.924967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:01:58.925103Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:01:58.925028Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:07:22.909 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:07:23.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:21.609055+0000 mgr.smithi115.ltfvnr (mgr.14180) 441 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:23.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:21.758375+0000 mgr.smithi115.ltfvnr (mgr.14180) 442 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-11T17:07:23.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:21.609055+0000 mgr.smithi115.ltfvnr (mgr.14180) 441 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:23.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:21.758375+0000 mgr.smithi115.ltfvnr (mgr.14180) 442 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-11T17:07:23.910 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:25.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:23.759123+0000 mgr.smithi115.ltfvnr (mgr.14180) 443 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-11T17:07:25.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:23.963704+0000 mon.smithi115 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:07:25.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:24.263120+0000 mon.smithi115 (mon.0) 696 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:07:25.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:24.263745+0000 mon.smithi115 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:07:25.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:24.268008+0000 mon.smithi115 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:07:25.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:24.271481+0000 mon.smithi115 (mon.0) 699 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:07:25.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:24.277964+0000 mon.smithi115 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:07:25.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:23.759123+0000 mgr.smithi115.ltfvnr (mgr.14180) 443 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-11T17:07:25.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:23.963704+0000 mon.smithi115 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:07:25.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:24.263120+0000 mon.smithi115 (mon.0) 696 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:07:25.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:24.263745+0000 mon.smithi115 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:07:25.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:24.268008+0000 mon.smithi115 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:07:25.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:24.271481+0000 mon.smithi115 (mon.0) 699 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:07:25.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:24.277964+0000 mon.smithi115 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:07:26.014 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:24.268341+0000 mgr.smithi115.ltfvnr (mgr.14180) 444 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:07:26.014 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:07:24.280147+0000 mgr.smithi115.ltfvnr (mgr.14180) 445 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi195.irpwko on smithi195 2024-02-11T17:07:26.014 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:25.266288+0000 mon.smithi115 (mon.0) 701 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:07:26.015 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:25.266346+0000 mon.smithi115 (mon.0) 702 : cluster [INF] Cluster is now healthy 2024-02-11T17:07:26.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:24.268341+0000 mgr.smithi115.ltfvnr (mgr.14180) 444 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:07:26.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:07:24.280147+0000 mgr.smithi115.ltfvnr (mgr.14180) 445 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi195.irpwko on smithi195 2024-02-11T17:07:26.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:25.266288+0000 mon.smithi115 (mon.0) 701 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:07:26.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:25.266346+0000 mon.smithi115 (mon.0) 702 : cluster [INF] Cluster is now healthy 2024-02-11T17:07:26.471 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:07:26.471 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:07:27.084 INFO:tasks.cephadm:nfs.foo has 1/1 2024-02-11T17:07:27.084 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-11T17:07:27.096 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-02-11T17:07:27.096 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:27.827 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:26.268789+0000 mgr.smithi115.ltfvnr (mgr.14180) 446 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:07:27.827 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:26.466454+0000 mgr.smithi115.ltfvnr (mgr.14180) 447 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:28.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:26.268789+0000 mgr.smithi115.ltfvnr (mgr.14180) 446 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:07:28.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:26.466454+0000 mgr.smithi115.ltfvnr (mgr.14180) 447 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:29.348 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:07:29.349 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:07:30.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:28.269331+0000 mgr.smithi115.ltfvnr (mgr.14180) 448 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:07:30.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:28.269331+0000 mgr.smithi115.ltfvnr (mgr.14180) 448 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:07:30.241 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:31.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:29.343998+0000 mgr.smithi115.ltfvnr (mgr.14180) 449 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:31.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:29.343998+0000 mgr.smithi115.ltfvnr (mgr.14180) 449 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:31.242 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:32.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:30.269820+0000 mgr.smithi115.ltfvnr (mgr.14180) 450 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:07:32.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:31.201554+0000 mon.smithi115 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:07:32.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:30.269820+0000 mgr.smithi115.ltfvnr (mgr.14180) 450 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:07:32.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:31.201554+0000 mon.smithi115 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:07:33.525 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:07:33.525 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:07:34.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:32.270190+0000 mgr.smithi115.ltfvnr (mgr.14180) 451 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:07:34.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:32.270190+0000 mgr.smithi115.ltfvnr (mgr.14180) 451 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:07:34.396 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:35.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:33.520045+0000 mgr.smithi115.ltfvnr (mgr.14180) 452 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:35.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:33.520045+0000 mgr.smithi115.ltfvnr (mgr.14180) 452 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:35.396 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:36.105 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:34.270700+0000 mgr.smithi115.ltfvnr (mgr.14180) 453 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:07:36.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:34.270700+0000 mgr.smithi115.ltfvnr (mgr.14180) 453 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:07:37.869 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:07:37.869 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:07:38.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:36.271452+0000 mgr.smithi115.ltfvnr (mgr.14180) 454 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:38.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:36.271452+0000 mgr.smithi115.ltfvnr (mgr.14180) 454 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:38.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:39.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:37.864384+0000 mgr.smithi115.ltfvnr (mgr.14180) 455 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:39.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:37.864384+0000 mgr.smithi115.ltfvnr (mgr.14180) 455 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:39.804 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:40.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:38.271860+0000 mgr.smithi115.ltfvnr (mgr.14180) 456 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:40.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:38.271860+0000 mgr.smithi115.ltfvnr (mgr.14180) 456 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:42.126 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:07:42.127 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:07:42.147 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:40.272335+0000 mgr.smithi115.ltfvnr (mgr.14180) 457 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:07:42.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:40.272335+0000 mgr.smithi115.ltfvnr (mgr.14180) 457 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:07:42.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:43.896 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:44.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:42.122074+0000 mgr.smithi115.ltfvnr (mgr.14180) 458 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:44.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:42.272690+0000 mgr.smithi115.ltfvnr (mgr.14180) 459 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:44.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:42.122074+0000 mgr.smithi115.ltfvnr (mgr.14180) 458 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:44.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:42.272690+0000 mgr.smithi115.ltfvnr (mgr.14180) 459 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:46.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:44.273163+0000 mgr.smithi115.ltfvnr (mgr.14180) 460 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:46.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:44.273163+0000 mgr.smithi115.ltfvnr (mgr.14180) 460 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:46.202 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:07:46.202 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:07:46.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:47.860 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:48.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:46.197126+0000 mgr.smithi115.ltfvnr (mgr.14180) 461 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:48.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:46.273577+0000 mgr.smithi115.ltfvnr (mgr.14180) 462 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:48.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:46.197126+0000 mgr.smithi115.ltfvnr (mgr.14180) 461 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:48.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:46.273577+0000 mgr.smithi115.ltfvnr (mgr.14180) 462 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:50.144 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:07:50.144 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:07:50.164 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:48.274040+0000 mgr.smithi115.ltfvnr (mgr.14180) 463 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:50.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:48.274040+0000 mgr.smithi115.ltfvnr (mgr.14180) 463 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:50.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:51.908 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:52.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:50.139714+0000 mgr.smithi115.ltfvnr (mgr.14180) 464 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:52.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:50.274737+0000 mgr.smithi115.ltfvnr (mgr.14180) 465 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:07:52.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:50.139714+0000 mgr.smithi115.ltfvnr (mgr.14180) 464 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:52.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:50.274737+0000 mgr.smithi115.ltfvnr (mgr.14180) 465 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:07:54.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:52.275214+0000 mgr.smithi115.ltfvnr (mgr.14180) 466 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:54.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:52.275214+0000 mgr.smithi115.ltfvnr (mgr.14180) 466 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:54.338 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:07:54.338 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:07:55.078 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:56.079 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:56.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:54.275667+0000 mgr.smithi115.ltfvnr (mgr.14180) 467 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:56.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:54.332836+0000 mgr.smithi115.ltfvnr (mgr.14180) 468 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:56.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:54.275667+0000 mgr.smithi115.ltfvnr (mgr.14180) 467 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:56.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:54.332836+0000 mgr.smithi115.ltfvnr (mgr.14180) 468 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:58.074 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:56.276128+0000 mgr.smithi115.ltfvnr (mgr.14180) 469 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:58.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:56.276128+0000 mgr.smithi115.ltfvnr (mgr.14180) 469 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:58.515 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:07:58.515 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:07:59.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:00.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:07:58.276536+0000 mgr.smithi115.ltfvnr (mgr.14180) 470 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:00.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:07:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:07:58.510861+0000 mgr.smithi115.ltfvnr (mgr.14180) 471 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:00.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:07:58.276536+0000 mgr.smithi115.ltfvnr (mgr.14180) 470 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:00.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:07:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:07:58.510861+0000 mgr.smithi115.ltfvnr (mgr.14180) 471 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:00.314 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:01.090 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:00.277188+0000 mgr.smithi115.ltfvnr (mgr.14180) 472 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:01.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:00.277188+0000 mgr.smithi115.ltfvnr (mgr.14180) 472 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:02.847 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:08:02.848 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:08:03.478 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:02.277527+0000 mgr.smithi115.ltfvnr (mgr.14180) 473 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:03.478 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:08:02.842983+0000 mgr.smithi115.ltfvnr (mgr.14180) 474 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:03.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:03.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:02.277527+0000 mgr.smithi115.ltfvnr (mgr.14180) 473 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:03.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:08:02.842983+0000 mgr.smithi115.ltfvnr (mgr.14180) 474 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:04.499 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:05.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:04.278110+0000 mgr.smithi115.ltfvnr (mgr.14180) 475 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:05.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:04.278110+0000 mgr.smithi115.ltfvnr (mgr.14180) 475 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:06.861 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:08:06.861 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:08:07.633 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:06.278730+0000 mgr.smithi115.ltfvnr (mgr.14180) 476 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:07.633 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:08:06.856652+0000 mgr.smithi115.ltfvnr (mgr.14180) 477 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:07.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:07.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:06.278730+0000 mgr.smithi115.ltfvnr (mgr.14180) 476 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:07.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:08:06.856652+0000 mgr.smithi115.ltfvnr (mgr.14180) 477 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:08.655 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:09.387 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:08.279330+0000 mgr.smithi115.ltfvnr (mgr.14180) 478 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:09.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:08.279330+0000 mgr.smithi115.ltfvnr (mgr.14180) 478 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:10.956 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:08:10.956 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:08:11.630 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:10.279855+0000 mgr.smithi115.ltfvnr (mgr.14180) 479 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:11.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:11.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:10.279855+0000 mgr.smithi115.ltfvnr (mgr.14180) 479 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:12.654 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:12.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:08:10.951034+0000 mgr.smithi115.ltfvnr (mgr.14180) 480 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:12.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:08:10.951034+0000 mgr.smithi115.ltfvnr (mgr.14180) 480 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:13.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:12.280370+0000 mgr.smithi115.ltfvnr (mgr.14180) 481 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:13.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:12.280370+0000 mgr.smithi115.ltfvnr (mgr.14180) 481 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:15.052 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:08:15.052 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:08:15.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:14.280960+0000 mgr.smithi115.ltfvnr (mgr.14180) 482 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:15.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:14.280960+0000 mgr.smithi115.ltfvnr (mgr.14180) 482 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:15.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:16.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:08:15.047826+0000 mgr.smithi115.ltfvnr (mgr.14180) 483 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:16.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:08:15.047826+0000 mgr.smithi115.ltfvnr (mgr.14180) 483 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:16.806 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:17.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:16.281610+0000 mgr.smithi115.ltfvnr (mgr.14180) 484 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:17.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:16.281610+0000 mgr.smithi115.ltfvnr (mgr.14180) 484 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:19.071 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:08:19.072 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:08:19.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:18.282097+0000 mgr.smithi115.ltfvnr (mgr.14180) 485 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:19.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:18.282097+0000 mgr.smithi115.ltfvnr (mgr.14180) 485 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:19.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:20.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:08:19.066897+0000 mgr.smithi115.ltfvnr (mgr.14180) 486 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:20.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:08:19.066897+0000 mgr.smithi115.ltfvnr (mgr.14180) 486 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:20.707 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:21.485 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:20.282657+0000 mgr.smithi115.ltfvnr (mgr.14180) 487 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:21.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:20.282657+0000 mgr.smithi115.ltfvnr (mgr.14180) 487 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:22.973 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:08:22.974 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:08:23.663 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:22.283008+0000 mgr.smithi115.ltfvnr (mgr.14180) 488 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:23.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:23.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:22.283008+0000 mgr.smithi115.ltfvnr (mgr.14180) 488 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:24.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:08:22.969042+0000 mgr.smithi115.ltfvnr (mgr.14180) 489 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:24.684 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:24.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:08:22.969042+0000 mgr.smithi115.ltfvnr (mgr.14180) 489 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:25.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:24.283624+0000 mgr.smithi115.ltfvnr (mgr.14180) 490 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:25.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:24.283624+0000 mgr.smithi115.ltfvnr (mgr.14180) 490 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:27.061 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:08:27.061 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:08:27.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:26.284131+0000 mgr.smithi115.ltfvnr (mgr.14180) 491 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:27.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:26.284131+0000 mgr.smithi115.ltfvnr (mgr.14180) 491 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:27.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:28.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:08:27.056238+0000 mgr.smithi115.ltfvnr (mgr.14180) 492 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:28.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:08:27.056238+0000 mgr.smithi115.ltfvnr (mgr.14180) 492 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:28.888 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:29.643 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:28.284563+0000 mgr.smithi115.ltfvnr (mgr.14180) 493 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:29.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:28.284563+0000 mgr.smithi115.ltfvnr (mgr.14180) 493 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:31.124 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:08:31.124 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:08:31.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:30.285010+0000 mgr.smithi115.ltfvnr (mgr.14180) 494 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:31.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:30.285010+0000 mgr.smithi115.ltfvnr (mgr.14180) 494 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:31.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:32.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:08:31.119111+0000 mgr.smithi115.ltfvnr (mgr.14180) 495 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:32.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:08:31.119111+0000 mgr.smithi115.ltfvnr (mgr.14180) 495 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:32.876 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:33.633 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:32.285394+0000 mgr.smithi115.ltfvnr (mgr.14180) 496 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:33.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:32.285394+0000 mgr.smithi115.ltfvnr (mgr.14180) 496 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:35.182 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:08:35.182 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:08:35.559 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:34.286034+0000 mgr.smithi115.ltfvnr (mgr.14180) 497 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:35.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:34.286034+0000 mgr.smithi115.ltfvnr (mgr.14180) 497 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:35.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:36.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:08:35.177311+0000 mgr.smithi115.ltfvnr (mgr.14180) 498 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:36.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:08:35.177311+0000 mgr.smithi115.ltfvnr (mgr.14180) 498 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:36.936 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:37.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:36.286493+0000 mgr.smithi115.ltfvnr (mgr.14180) 499 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:37.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:36.286493+0000 mgr.smithi115.ltfvnr (mgr.14180) 499 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:39.334 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:08:39.334 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:08:39.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:38.286939+0000 mgr.smithi115.ltfvnr (mgr.14180) 500 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:39.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:38.286939+0000 mgr.smithi115.ltfvnr (mgr.14180) 500 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:40.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:40.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:08:39.329149+0000 mgr.smithi115.ltfvnr (mgr.14180) 501 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:40.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:08:39.329149+0000 mgr.smithi115.ltfvnr (mgr.14180) 501 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:41.038 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:41.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:40.287438+0000 mgr.smithi115.ltfvnr (mgr.14180) 502 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:41.788 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:40.287438+0000 mgr.smithi115.ltfvnr (mgr.14180) 502 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:43.345 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:08:43.346 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:08:43.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:42.287780+0000 mgr.smithi115.ltfvnr (mgr.14180) 503 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:43.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:42.287780+0000 mgr.smithi115.ltfvnr (mgr.14180) 503 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:44.057 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:44.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:08:43.341245+0000 mgr.smithi115.ltfvnr (mgr.14180) 504 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:44.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:08:43.341245+0000 mgr.smithi115.ltfvnr (mgr.14180) 504 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:45.058 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:45.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:44.288572+0000 mgr.smithi115.ltfvnr (mgr.14180) 505 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:45.818 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:44.288572+0000 mgr.smithi115.ltfvnr (mgr.14180) 505 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:47.399 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:08:47.399 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:08:47.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:46.289004+0000 mgr.smithi115.ltfvnr (mgr.14180) 506 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:47.761 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:46.289004+0000 mgr.smithi115.ltfvnr (mgr.14180) 506 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:48.053 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:48.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:08:47.393953+0000 mgr.smithi115.ltfvnr (mgr.14180) 507 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:48.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:08:47.393953+0000 mgr.smithi115.ltfvnr (mgr.14180) 507 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:49.054 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:49.810 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:48.289458+0000 mgr.smithi115.ltfvnr (mgr.14180) 508 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:49.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:48.289458+0000 mgr.smithi115.ltfvnr (mgr.14180) 508 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:51.441 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:08:51.441 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:08:51.792 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:50.289929+0000 mgr.smithi115.ltfvnr (mgr.14180) 509 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:51.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:50.289929+0000 mgr.smithi115.ltfvnr (mgr.14180) 509 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:52.150 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:52.747 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:08:51.436718+0000 mgr.smithi115.ltfvnr (mgr.14180) 510 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:52.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:08:51.436718+0000 mgr.smithi115.ltfvnr (mgr.14180) 510 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:53.151 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:53.915 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:52.290253+0000 mgr.smithi115.ltfvnr (mgr.14180) 511 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:53.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:52.290253+0000 mgr.smithi115.ltfvnr (mgr.14180) 511 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:55.573 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:08:55.574 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:08:55.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:54.290815+0000 mgr.smithi115.ltfvnr (mgr.14180) 512 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:55.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:54.290815+0000 mgr.smithi115.ltfvnr (mgr.14180) 512 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:56.419 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:56.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:08:55.568908+0000 mgr.smithi115.ltfvnr (mgr.14180) 513 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:56.803 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:08:55.568908+0000 mgr.smithi115.ltfvnr (mgr.14180) 513 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:57.421 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:57.899 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:56.291303+0000 mgr.smithi115.ltfvnr (mgr.14180) 514 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:57.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:56.291303+0000 mgr.smithi115.ltfvnr (mgr.14180) 514 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:59.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:08:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:08:58.291918+0000 mgr.smithi115.ltfvnr (mgr.14180) 515 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:59.768 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:08:59.768 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:08:59.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:08:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:08:58.291918+0000 mgr.smithi115.ltfvnr (mgr.14180) 515 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:00.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:00.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:08:59.763274+0000 mgr.smithi115.ltfvnr (mgr.14180) 516 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:00.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:08:59.763274+0000 mgr.smithi115.ltfvnr (mgr.14180) 516 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:01.607 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:01.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:00.292424+0000 mgr.smithi115.ltfvnr (mgr.14180) 517 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:01.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:00.292424+0000 mgr.smithi115.ltfvnr (mgr.14180) 517 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:03.506 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:02.292736+0000 mgr.smithi115.ltfvnr (mgr.14180) 518 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:03.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:02.292736+0000 mgr.smithi115.ltfvnr (mgr.14180) 518 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:03.964 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:09:03.964 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:09:04.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:05.746 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:05.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:09:03.960159+0000 mgr.smithi115.ltfvnr (mgr.14180) 519 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:05.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:04.293145+0000 mgr.smithi115.ltfvnr (mgr.14180) 520 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:05.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:09:03.960159+0000 mgr.smithi115.ltfvnr (mgr.14180) 519 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:05.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:04.293145+0000 mgr.smithi115.ltfvnr (mgr.14180) 520 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:07.644 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:06.293591+0000 mgr.smithi115.ltfvnr (mgr.14180) 521 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:07.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:06.293591+0000 mgr.smithi115.ltfvnr (mgr.14180) 521 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:08.073 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:09:08.074 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:09:08.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:09.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:09:08.069100+0000 mgr.smithi115.ltfvnr (mgr.14180) 522 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:09.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:08.293984+0000 mgr.smithi115.ltfvnr (mgr.14180) 523 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:09.941 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:09.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:09:08.069100+0000 mgr.smithi115.ltfvnr (mgr.14180) 522 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:09.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:08.293984+0000 mgr.smithi115.ltfvnr (mgr.14180) 523 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:11.892 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:10.294435+0000 mgr.smithi115.ltfvnr (mgr.14180) 524 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:11.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:10.294435+0000 mgr.smithi115.ltfvnr (mgr.14180) 524 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:12.326 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:09:12.326 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:09:13.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:13.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:12.294766+0000 mgr.smithi115.ltfvnr (mgr.14180) 525 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:13.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:09:12.321465+0000 mgr.smithi115.ltfvnr (mgr.14180) 526 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:13.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:12.294766+0000 mgr.smithi115.ltfvnr (mgr.14180) 525 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:13.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:09:12.321465+0000 mgr.smithi115.ltfvnr (mgr.14180) 526 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:14.182 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:15.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:14.295229+0000 mgr.smithi115.ltfvnr (mgr.14180) 527 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:15.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:14.295229+0000 mgr.smithi115.ltfvnr (mgr.14180) 527 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:16.553 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:09:16.553 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:09:17.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:17.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:16.295743+0000 mgr.smithi115.ltfvnr (mgr.14180) 528 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:17.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:09:16.549244+0000 mgr.smithi115.ltfvnr (mgr.14180) 529 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:17.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:16.295743+0000 mgr.smithi115.ltfvnr (mgr.14180) 528 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:17.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:09:16.549244+0000 mgr.smithi115.ltfvnr (mgr.14180) 529 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:18.381 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:19.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:18.296288+0000 mgr.smithi115.ltfvnr (mgr.14180) 530 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:19.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:18.296288+0000 mgr.smithi115.ltfvnr (mgr.14180) 530 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:20.882 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:09:20.882 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:09:21.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:20.296942+0000 mgr.smithi115.ltfvnr (mgr.14180) 531 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:21.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:09:20.877556+0000 mgr.smithi115.ltfvnr (mgr.14180) 532 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:21.737 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:21.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:20.296942+0000 mgr.smithi115.ltfvnr (mgr.14180) 531 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:21.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:09:20.877556+0000 mgr.smithi115.ltfvnr (mgr.14180) 532 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:22.738 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:23.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:22.297387+0000 mgr.smithi115.ltfvnr (mgr.14180) 533 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:23.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:22.297387+0000 mgr.smithi115.ltfvnr (mgr.14180) 533 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:25.133 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:09:25.133 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:09:25.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:24.298121+0000 mgr.smithi115.ltfvnr (mgr.14180) 534 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:25.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:25.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:24.298121+0000 mgr.smithi115.ltfvnr (mgr.14180) 534 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:26.803 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:09:25.128256+0000 mgr.smithi115.ltfvnr (mgr.14180) 535 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:26.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:09:25.128256+0000 mgr.smithi115.ltfvnr (mgr.14180) 535 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:26.949 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:27.649 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:26.298620+0000 mgr.smithi115.ltfvnr (mgr.14180) 536 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:27.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:26.298620+0000 mgr.smithi115.ltfvnr (mgr.14180) 536 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:29.258 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:09:29.259 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:09:29.601 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:28.299321+0000 mgr.smithi115.ltfvnr (mgr.14180) 537 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:29.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:28.299321+0000 mgr.smithi115.ltfvnr (mgr.14180) 537 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:30.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:30.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:09:29.253332+0000 mgr.smithi115.ltfvnr (mgr.14180) 538 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:30.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:09:29.253332+0000 mgr.smithi115.ltfvnr (mgr.14180) 538 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:31.052 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:31.787 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:30.299845+0000 mgr.smithi115.ltfvnr (mgr.14180) 539 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:31.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:30.299845+0000 mgr.smithi115.ltfvnr (mgr.14180) 539 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:33.377 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:09:33.377 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:09:33.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:32.300270+0000 mgr.smithi115.ltfvnr (mgr.14180) 540 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:33.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:32.300270+0000 mgr.smithi115.ltfvnr (mgr.14180) 540 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:34.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:34.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:09:33.372525+0000 mgr.smithi115.ltfvnr (mgr.14180) 541 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:34.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:09:33.372525+0000 mgr.smithi115.ltfvnr (mgr.14180) 541 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:35.124 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:35.833 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:34.300733+0000 mgr.smithi115.ltfvnr (mgr.14180) 542 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:35.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:34.300733+0000 mgr.smithi115.ltfvnr (mgr.14180) 542 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:37.526 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:09:37.527 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:09:37.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:36.301176+0000 mgr.smithi115.ltfvnr (mgr.14180) 543 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:37.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:36.301176+0000 mgr.smithi115.ltfvnr (mgr.14180) 543 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:38.387 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:38.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:09:37.522134+0000 mgr.smithi115.ltfvnr (mgr.14180) 544 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:38.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:09:37.522134+0000 mgr.smithi115.ltfvnr (mgr.14180) 544 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:39.389 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:39.874 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:38.301631+0000 mgr.smithi115.ltfvnr (mgr.14180) 545 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:39.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:38.301631+0000 mgr.smithi115.ltfvnr (mgr.14180) 545 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:41.736 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:09:41.737 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:09:41.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:40.302386+0000 mgr.smithi115.ltfvnr (mgr.14180) 546 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:41.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:40.302386+0000 mgr.smithi115.ltfvnr (mgr.14180) 546 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:42.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:42.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:09:41.732141+0000 mgr.smithi115.ltfvnr (mgr.14180) 547 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:42.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:09:41.732141+0000 mgr.smithi115.ltfvnr (mgr.14180) 547 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:43.591 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:43.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:42.302867+0000 mgr.smithi115.ltfvnr (mgr.14180) 548 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:43.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:42.302867+0000 mgr.smithi115.ltfvnr (mgr.14180) 548 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:45.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:44.303360+0000 mgr.smithi115.ltfvnr (mgr.14180) 549 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:45.838 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:09:45.838 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:09:45.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:44.303360+0000 mgr.smithi115.ltfvnr (mgr.14180) 549 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:46.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:46.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:09:45.833783+0000 mgr.smithi115.ltfvnr (mgr.14180) 550 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:46.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:09:45.833783+0000 mgr.smithi115.ltfvnr (mgr.14180) 550 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:47.736 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:47.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:46.303924+0000 mgr.smithi115.ltfvnr (mgr.14180) 551 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:47.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:46.303924+0000 mgr.smithi115.ltfvnr (mgr.14180) 551 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:49.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:48.304323+0000 mgr.smithi115.ltfvnr (mgr.14180) 552 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:49.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:48.304323+0000 mgr.smithi115.ltfvnr (mgr.14180) 552 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:50.166 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:09:50.166 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:00.208834Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:09:50.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:51.849 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:51.881 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:09:50.161659+0000 mgr.smithi115.ltfvnr (mgr.14180) 553 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:51.881 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:50.304954+0000 mgr.smithi115.ltfvnr (mgr.14180) 554 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:51.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:09:50.161659+0000 mgr.smithi115.ltfvnr (mgr.14180) 553 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:51.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:50.304954+0000 mgr.smithi115.ltfvnr (mgr.14180) 554 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:53.624 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:52.305267+0000 mgr.smithi115.ltfvnr (mgr.14180) 555 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:53.624 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:09:53.456449+0000 mon.smithi115 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi195.irpwko"}]: dispatch 2024-02-11T17:09:53.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:52.305267+0000 mgr.smithi115.ltfvnr (mgr.14180) 555 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:53.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:09:53.456449+0000 mon.smithi115 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi195.irpwko"}]: dispatch 2024-02-11T17:09:54.130 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:09:54.130 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:09:54.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:09:53.455883+0000 mgr.smithi115.ltfvnr (mgr.14180) 556 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko 2024-02-11T17:09:54.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko 2024-02-11T17:09:54.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko 2024-02-11T17:09:54.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko 2024-02-11T17:09:54.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi195.irpwko ... 2024-02-11T17:09:54.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:54.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:09:54.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:08:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:54.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:08:38Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:54.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:09:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:54.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:09:54.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:54.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Traceback (most recent call last): 2024-02-11T17:09:54.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:09:54.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: yield (conn, connr) 2024-02-11T17:09:54.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:09:54.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: code, '\n'.join(err))) 2024-02-11T17:09:54.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko 2024-02-11T17:09:54.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko 2024-02-11T17:09:54.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko 2024-02-11T17:09:54.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko 2024-02-11T17:09:54.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi195.irpwko ... 2024-02-11T17:09:54.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:54.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:09:54.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:08:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:54.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:08:38Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:54.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:09:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:54.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:09:54.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:54.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:09:53.456141+0000 mgr.smithi115.ltfvnr (mgr.14180) 557 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi195.irpwko 2024-02-11T17:09:54.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:09:53.457092+0000 mgr.smithi115.ltfvnr (mgr.14180) 558 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko 2024-02-11T17:09:54.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko 2024-02-11T17:09:54.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko 2024-02-11T17:09:54.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko 2024-02-11T17:09:54.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi195.irpwko ... 2024-02-11T17:09:54.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:54.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:09:54.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:08:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:54.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:08:38Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:54.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:09:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:54.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:09:54.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:54.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:09:53.458600+0000 mgr.smithi115.ltfvnr (mgr.14180) 559 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi115.anmsgc on smithi115 2024-02-11T17:09:54.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:09:53.455883+0000 mgr.smithi115.ltfvnr (mgr.14180) 556 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko 2024-02-11T17:09:54.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko 2024-02-11T17:09:54.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko 2024-02-11T17:09:54.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko 2024-02-11T17:09:54.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi195.irpwko ... 2024-02-11T17:09:54.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:54.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:09:54.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:08:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:54.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:08:38Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:54.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:09:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:54.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:09:54.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:54.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Traceback (most recent call last): 2024-02-11T17:09:54.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:09:54.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: yield (conn, connr) 2024-02-11T17:09:54.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:09:54.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: code, '\n'.join(err))) 2024-02-11T17:09:54.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko 2024-02-11T17:09:54.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko 2024-02-11T17:09:54.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko 2024-02-11T17:09:54.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko 2024-02-11T17:09:54.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi195.irpwko ... 2024-02-11T17:09:54.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:54.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:09:54.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:08:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:54.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:08:38Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:54.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:09:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:54.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:09:54.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:54.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:09:53.456141+0000 mgr.smithi115.ltfvnr (mgr.14180) 557 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi195.irpwko 2024-02-11T17:09:54.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:09:53.457092+0000 mgr.smithi115.ltfvnr (mgr.14180) 558 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko 2024-02-11T17:09:54.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko 2024-02-11T17:09:54.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko 2024-02-11T17:09:54.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko 2024-02-11T17:09:54.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi195.irpwko ... 2024-02-11T17:09:54.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:54.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:09:54.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:08:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:54.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:08:38Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:54.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:09:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:54.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:09:54.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:54.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:09:53.458600+0000 mgr.smithi115.ltfvnr (mgr.14180) 559 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi115.anmsgc on smithi115 2024-02-11T17:09:55.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:55.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:09:54.126255+0000 mgr.smithi115.ltfvnr (mgr.14180) 560 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:55.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:54.305803+0000 mgr.smithi115.ltfvnr (mgr.14180) 561 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:55.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:09:54.126255+0000 mgr.smithi115.ltfvnr (mgr.14180) 560 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:55.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:54.305803+0000 mgr.smithi115.ltfvnr (mgr.14180) 561 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:56.015 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:57.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:56.306262+0000 mgr.smithi115.ltfvnr (mgr.14180) 562 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:57.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:56.306262+0000 mgr.smithi115.ltfvnr (mgr.14180) 562 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:58.407 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:09:58.407 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:09:59.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:59.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:09:58.306674+0000 mgr.smithi115.ltfvnr (mgr.14180) 563 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:59.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:09:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:09:58.402913+0000 mgr.smithi115.ltfvnr (mgr.14180) 564 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:59.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:09:58.306674+0000 mgr.smithi115.ltfvnr (mgr.14180) 563 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:59.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:09:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:09:58.402913+0000 mgr.smithi115.ltfvnr (mgr.14180) 564 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:00.303 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:00.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:00.000092+0000 mon.smithi115 (mon.0) 705 : cluster [INF] overall HEALTH_OK 2024-02-11T17:10:00.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:00.000092+0000 mon.smithi115 (mon.0) 705 : cluster [INF] overall HEALTH_OK 2024-02-11T17:10:01.868 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:00.307196+0000 mgr.smithi115.ltfvnr (mgr.14180) 565 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:01.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:00.307196+0000 mgr.smithi115.ltfvnr (mgr.14180) 565 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:02.621 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:10:02.621 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:03.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:03.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:02.307716+0000 mgr.smithi115.ltfvnr (mgr.14180) 566 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:03.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:10:02.616098+0000 mgr.smithi115.ltfvnr (mgr.14180) 567 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:03.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:02.307716+0000 mgr.smithi115.ltfvnr (mgr.14180) 566 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:03.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:10:02.616098+0000 mgr.smithi115.ltfvnr (mgr.14180) 567 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:04.383 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:05.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:04.308413+0000 mgr.smithi115.ltfvnr (mgr.14180) 568 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:05.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:04.308413+0000 mgr.smithi115.ltfvnr (mgr.14180) 568 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:06.642 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:10:06.643 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:07.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:07.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:06.309116+0000 mgr.smithi115.ltfvnr (mgr.14180) 569 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:07.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:10:06.638085+0000 mgr.smithi115.ltfvnr (mgr.14180) 570 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:07.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:06.309116+0000 mgr.smithi115.ltfvnr (mgr.14180) 569 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:07.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:10:06.638085+0000 mgr.smithi115.ltfvnr (mgr.14180) 570 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:08.495 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:09.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:08.309742+0000 mgr.smithi115.ltfvnr (mgr.14180) 571 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:09.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:08.309742+0000 mgr.smithi115.ltfvnr (mgr.14180) 571 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:10.910 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:10:10.911 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:11.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:11.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:10.310686+0000 mgr.smithi115.ltfvnr (mgr.14180) 572 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:11.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:10:10.906152+0000 mgr.smithi115.ltfvnr (mgr.14180) 573 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:11.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:10.310686+0000 mgr.smithi115.ltfvnr (mgr.14180) 572 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:11.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:10:10.906152+0000 mgr.smithi115.ltfvnr (mgr.14180) 573 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:12.714 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:13.886 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:12.311161+0000 mgr.smithi115.ltfvnr (mgr.14180) 574 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:13.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:12.311161+0000 mgr.smithi115.ltfvnr (mgr.14180) 574 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:15.064 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:10:15.064 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:15.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:14.311667+0000 mgr.smithi115.ltfvnr (mgr.14180) 575 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:15.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:15.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:14.311667+0000 mgr.smithi115.ltfvnr (mgr.14180) 575 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:16.811 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:16.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:10:15.059432+0000 mgr.smithi115.ltfvnr (mgr.14180) 576 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:16.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:10:15.059432+0000 mgr.smithi115.ltfvnr (mgr.14180) 576 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:17.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:16.312261+0000 mgr.smithi115.ltfvnr (mgr.14180) 577 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:17.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:16.312261+0000 mgr.smithi115.ltfvnr (mgr.14180) 577 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:19.273 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:10:19.273 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:19.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:18.312703+0000 mgr.smithi115.ltfvnr (mgr.14180) 578 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:19.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:18.312703+0000 mgr.smithi115.ltfvnr (mgr.14180) 578 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:20.081 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:20.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:10:19.267971+0000 mgr.smithi115.ltfvnr (mgr.14180) 579 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:20.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:10:19.267971+0000 mgr.smithi115.ltfvnr (mgr.14180) 579 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:21.082 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:21.837 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:20.313203+0000 mgr.smithi115.ltfvnr (mgr.14180) 580 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:21.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:20.313203+0000 mgr.smithi115.ltfvnr (mgr.14180) 580 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:23.502 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:10:23.502 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:23.902 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:22.313733+0000 mgr.smithi115.ltfvnr (mgr.14180) 581 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:23.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:22.313733+0000 mgr.smithi115.ltfvnr (mgr.14180) 581 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:24.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:24.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:10:23.497771+0000 mgr.smithi115.ltfvnr (mgr.14180) 582 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:24.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:10:23.497771+0000 mgr.smithi115.ltfvnr (mgr.14180) 582 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:25.347 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:25.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:24.314313+0000 mgr.smithi115.ltfvnr (mgr.14180) 583 : 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 2024-02-11T17:10:25.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:24.314313+0000 mgr.smithi115.ltfvnr (mgr.14180) 583 : 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 2024-02-11T17:10:27.603 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:10:27.603 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:27.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:26.314961+0000 mgr.smithi115.ltfvnr (mgr.14180) 584 : 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 2024-02-11T17:10:27.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:26.314961+0000 mgr.smithi115.ltfvnr (mgr.14180) 584 : 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 2024-02-11T17:10:28.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:28.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:10:27.599126+0000 mgr.smithi115.ltfvnr (mgr.14180) 585 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:28.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:10:27.599126+0000 mgr.smithi115.ltfvnr (mgr.14180) 585 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:29.456 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:29.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:28.315597+0000 mgr.smithi115.ltfvnr (mgr.14180) 586 : 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 2024-02-11T17:10:29.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:28.315597+0000 mgr.smithi115.ltfvnr (mgr.14180) 586 : 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 2024-02-11T17:10:31.866 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:10:31.866 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:31.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:30.316195+0000 mgr.smithi115.ltfvnr (mgr.14180) 587 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:32.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:30.316195+0000 mgr.smithi115.ltfvnr (mgr.14180) 587 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:32.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:32.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:10:31.861676+0000 mgr.smithi115.ltfvnr (mgr.14180) 588 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:32.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:10:31.861676+0000 mgr.smithi115.ltfvnr (mgr.14180) 588 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:33.690 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:33.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:32.316567+0000 mgr.smithi115.ltfvnr (mgr.14180) 589 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:34.155 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:32.316567+0000 mgr.smithi115.ltfvnr (mgr.14180) 589 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:35.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:34.317068+0000 mgr.smithi115.ltfvnr (mgr.14180) 590 : 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 2024-02-11T17:10:36.117 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:10:36.118 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:36.138 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:34.317068+0000 mgr.smithi115.ltfvnr (mgr.14180) 590 : 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 2024-02-11T17:10:36.909 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:37.910 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:37.942 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:10:36.112906+0000 mgr.smithi115.ltfvnr (mgr.14180) 591 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:37.942 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:36.317611+0000 mgr.smithi115.ltfvnr (mgr.14180) 592 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:37.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:10:36.112906+0000 mgr.smithi115.ltfvnr (mgr.14180) 591 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:37.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:36.317611+0000 mgr.smithi115.ltfvnr (mgr.14180) 592 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:39.794 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:38.318102+0000 mgr.smithi115.ltfvnr (mgr.14180) 593 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:39.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:38.318102+0000 mgr.smithi115.ltfvnr (mgr.14180) 593 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:40.215 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:10:40.215 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:41.191 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:41.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:10:40.210701+0000 mgr.smithi115.ltfvnr (mgr.14180) 594 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:41.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:40.318858+0000 mgr.smithi115.ltfvnr (mgr.14180) 595 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:42.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:10:40.210701+0000 mgr.smithi115.ltfvnr (mgr.14180) 594 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:42.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:40.318858+0000 mgr.smithi115.ltfvnr (mgr.14180) 595 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:42.192 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:43.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:42.319206+0000 mgr.smithi115.ltfvnr (mgr.14180) 596 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:44.157 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:42.319206+0000 mgr.smithi115.ltfvnr (mgr.14180) 596 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:44.582 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:10:44.582 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:45.410 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:46.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:44.319726+0000 mgr.smithi115.ltfvnr (mgr.14180) 597 : 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 2024-02-11T17:10:46.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:10:44.577954+0000 mgr.smithi115.ltfvnr (mgr.14180) 598 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:46.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:44.319726+0000 mgr.smithi115.ltfvnr (mgr.14180) 597 : 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 2024-02-11T17:10:46.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:10:44.577954+0000 mgr.smithi115.ltfvnr (mgr.14180) 598 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:46.411 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:48.003 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:46.320503+0000 mgr.smithi115.ltfvnr (mgr.14180) 599 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:48.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:46.320503+0000 mgr.smithi115.ltfvnr (mgr.14180) 599 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:48.726 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:10:48.726 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:49.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:49.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:48.320949+0000 mgr.smithi115.ltfvnr (mgr.14180) 600 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:49.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:10:48.721758+0000 mgr.smithi115.ltfvnr (mgr.14180) 601 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:50.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:48.320949+0000 mgr.smithi115.ltfvnr (mgr.14180) 600 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:50.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:10:48.721758+0000 mgr.smithi115.ltfvnr (mgr.14180) 601 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:50.592 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:51.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:50.321499+0000 mgr.smithi115.ltfvnr (mgr.14180) 602 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:52.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:50.321499+0000 mgr.smithi115.ltfvnr (mgr.14180) 602 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:52.696 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:10:52.696 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:53.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:53.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:52.321997+0000 mgr.smithi115.ltfvnr (mgr.14180) 603 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:53.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:10:52.692082+0000 mgr.smithi115.ltfvnr (mgr.14180) 604 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:54.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:52.321997+0000 mgr.smithi115.ltfvnr (mgr.14180) 603 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:54.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:10:52.692082+0000 mgr.smithi115.ltfvnr (mgr.14180) 604 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:54.486 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:56.021 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:54.322602+0000 mgr.smithi115.ltfvnr (mgr.14180) 605 : 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 2024-02-11T17:10:56.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:54.322602+0000 mgr.smithi115.ltfvnr (mgr.14180) 605 : 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 2024-02-11T17:10:56.778 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:10:56.778 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:57.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:57.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:56.323107+0000 mgr.smithi115.ltfvnr (mgr.14180) 606 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:57.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:10:56.772822+0000 mgr.smithi115.ltfvnr (mgr.14180) 607 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:58.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:56.323107+0000 mgr.smithi115.ltfvnr (mgr.14180) 606 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:58.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:10:56.772822+0000 mgr.smithi115.ltfvnr (mgr.14180) 607 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:58.594 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:59.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:10:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:10:58.323530+0000 mgr.smithi115.ltfvnr (mgr.14180) 608 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:00.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:10:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:10:58.323530+0000 mgr.smithi115.ltfvnr (mgr.14180) 608 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:00.806 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:11:00.807 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:01.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:01.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:00.324179+0000 mgr.smithi115.ltfvnr (mgr.14180) 609 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:01.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:11:00.802058+0000 mgr.smithi115.ltfvnr (mgr.14180) 610 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:02.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:00.324179+0000 mgr.smithi115.ltfvnr (mgr.14180) 609 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:02.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:11:00.802058+0000 mgr.smithi115.ltfvnr (mgr.14180) 610 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:02.637 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:04.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:02.324606+0000 mgr.smithi115.ltfvnr (mgr.14180) 611 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:04.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:02.324606+0000 mgr.smithi115.ltfvnr (mgr.14180) 611 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:05.061 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:11:05.061 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:05.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:06.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:04.325322+0000 mgr.smithi115.ltfvnr (mgr.14180) 612 : 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 2024-02-11T17:11:06.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:04.325322+0000 mgr.smithi115.ltfvnr (mgr.14180) 612 : 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 2024-02-11T17:11:06.774 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:07.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:11:05.056692+0000 mgr.smithi115.ltfvnr (mgr.14180) 613 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:07.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:06 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:11:05.056692+0000 mgr.smithi115.ltfvnr (mgr.14180) 613 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:08.073 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:06.325810+0000 mgr.smithi115.ltfvnr (mgr.14180) 614 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:08.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:06.325810+0000 mgr.smithi115.ltfvnr (mgr.14180) 614 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:09.189 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:11:09.189 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:09.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:08.326303+0000 mgr.smithi115.ltfvnr (mgr.14180) 615 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:09.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:10.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:08.326303+0000 mgr.smithi115.ltfvnr (mgr.14180) 615 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:10.990 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:11.024 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:11:09.184341+0000 mgr.smithi115.ltfvnr (mgr.14180) 616 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:11.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:11:09.184341+0000 mgr.smithi115.ltfvnr (mgr.14180) 616 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:12.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:10.326954+0000 mgr.smithi115.ltfvnr (mgr.14180) 617 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:12.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:10.326954+0000 mgr.smithi115.ltfvnr (mgr.14180) 617 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:13.501 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:11:13.502 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:13.885 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:12.327325+0000 mgr.smithi115.ltfvnr (mgr.14180) 618 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:14.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:12.327325+0000 mgr.smithi115.ltfvnr (mgr.14180) 618 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:14.253 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:15.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:11:13.497237+0000 mgr.smithi115.ltfvnr (mgr.14180) 619 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:15.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:11:13.497237+0000 mgr.smithi115.ltfvnr (mgr.14180) 619 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:15.255 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:16.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:14.327850+0000 mgr.smithi115.ltfvnr (mgr.14180) 620 : 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 2024-02-11T17:11:16.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:14.327850+0000 mgr.smithi115.ltfvnr (mgr.14180) 620 : 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 2024-02-11T17:11:17.700 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:11:17.700 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:18.066 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:16.328253+0000 mgr.smithi115.ltfvnr (mgr.14180) 621 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:18.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:16.328253+0000 mgr.smithi115.ltfvnr (mgr.14180) 621 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:18.508 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:19.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:11:17.695365+0000 mgr.smithi115.ltfvnr (mgr.14180) 622 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:19.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:11:17.695365+0000 mgr.smithi115.ltfvnr (mgr.14180) 622 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:19.509 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:19.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:18.328665+0000 mgr.smithi115.ltfvnr (mgr.14180) 623 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:20.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:18.328665+0000 mgr.smithi115.ltfvnr (mgr.14180) 623 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:21.676 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:11:21.676 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:22.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:20.329349+0000 mgr.smithi115.ltfvnr (mgr.14180) 624 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:22.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:20.329349+0000 mgr.smithi115.ltfvnr (mgr.14180) 624 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:22.596 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:22.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:11:21.671688+0000 mgr.smithi115.ltfvnr (mgr.14180) 625 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:23.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:11:21.671688+0000 mgr.smithi115.ltfvnr (mgr.14180) 625 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:23.598 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:23.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:22.329821+0000 mgr.smithi115.ltfvnr (mgr.14180) 626 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:24.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:22.329821+0000 mgr.smithi115.ltfvnr (mgr.14180) 626 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:25.897 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:11:25.897 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:26.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:24.330368+0000 mgr.smithi115.ltfvnr (mgr.14180) 627 : 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 2024-02-11T17:11:26.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:24.330368+0000 mgr.smithi115.ltfvnr (mgr.14180) 627 : 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 2024-02-11T17:11:26.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:27.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:11:25.891977+0000 mgr.smithi115.ltfvnr (mgr.14180) 628 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:27.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:11:25.891977+0000 mgr.smithi115.ltfvnr (mgr.14180) 628 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:27.752 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:28.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:26.330796+0000 mgr.smithi115.ltfvnr (mgr.14180) 629 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:28.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:26.330796+0000 mgr.smithi115.ltfvnr (mgr.14180) 629 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:29.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:28.331180+0000 mgr.smithi115.ltfvnr (mgr.14180) 630 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:30.015 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:11:30.015 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:30.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:28.331180+0000 mgr.smithi115.ltfvnr (mgr.14180) 630 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:30.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:31.860 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:32.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:11:30.010461+0000 mgr.smithi115.ltfvnr (mgr.14180) 631 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:32.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:30.331757+0000 mgr.smithi115.ltfvnr (mgr.14180) 632 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:32.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:11:30.010461+0000 mgr.smithi115.ltfvnr (mgr.14180) 631 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:32.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:30.331757+0000 mgr.smithi115.ltfvnr (mgr.14180) 632 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:34.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:32.332066+0000 mgr.smithi115.ltfvnr (mgr.14180) 633 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:34.178 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:11:34.178 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:34.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:32.332066+0000 mgr.smithi115.ltfvnr (mgr.14180) 633 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:34.878 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:35.880 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:36.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:11:34.173593+0000 mgr.smithi115.ltfvnr (mgr.14180) 634 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:36.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:34.332619+0000 mgr.smithi115.ltfvnr (mgr.14180) 635 : 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 2024-02-11T17:11:36.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:11:34.173593+0000 mgr.smithi115.ltfvnr (mgr.14180) 634 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:36.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:34.332619+0000 mgr.smithi115.ltfvnr (mgr.14180) 635 : 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 2024-02-11T17:11:38.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:36.333139+0000 mgr.smithi115.ltfvnr (mgr.14180) 636 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:38.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:36.333139+0000 mgr.smithi115.ltfvnr (mgr.14180) 636 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:38.240 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:11:38.241 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:39.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:40.061 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:40.094 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:11:38.235981+0000 mgr.smithi115.ltfvnr (mgr.14180) 637 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:40.094 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:38.333550+0000 mgr.smithi115.ltfvnr (mgr.14180) 638 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:40.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:11:38.235981+0000 mgr.smithi115.ltfvnr (mgr.14180) 637 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:40.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:38.333550+0000 mgr.smithi115.ltfvnr (mgr.14180) 638 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:41.895 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:40.334030+0000 mgr.smithi115.ltfvnr (mgr.14180) 639 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:42.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:40.334030+0000 mgr.smithi115.ltfvnr (mgr.14180) 639 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:42.354 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:11:42.355 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:43.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:44.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:42.334395+0000 mgr.smithi115.ltfvnr (mgr.14180) 640 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:44.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:11:42.350366+0000 mgr.smithi115.ltfvnr (mgr.14180) 641 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:44.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:42.334395+0000 mgr.smithi115.ltfvnr (mgr.14180) 640 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:44.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:11:42.350366+0000 mgr.smithi115.ltfvnr (mgr.14180) 641 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:44.216 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:46.141 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:44.334896+0000 mgr.smithi115.ltfvnr (mgr.14180) 642 : 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 2024-02-11T17:11:46.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:44.334896+0000 mgr.smithi115.ltfvnr (mgr.14180) 642 : 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 2024-02-11T17:11:46.617 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:11:46.617 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:47.286 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:48.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:46.335587+0000 mgr.smithi115.ltfvnr (mgr.14180) 643 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:48.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:11:46.612889+0000 mgr.smithi115.ltfvnr (mgr.14180) 644 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:48.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:46.335587+0000 mgr.smithi115.ltfvnr (mgr.14180) 643 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:48.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:11:46.612889+0000 mgr.smithi115.ltfvnr (mgr.14180) 644 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:48.287 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:50.114 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:48.336048+0000 mgr.smithi115.ltfvnr (mgr.14180) 645 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:50.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:48.336048+0000 mgr.smithi115.ltfvnr (mgr.14180) 645 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:50.479 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:11:50.479 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:51.396 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:52.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:50.336535+0000 mgr.smithi115.ltfvnr (mgr.14180) 646 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:52.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:11:50.474434+0000 mgr.smithi115.ltfvnr (mgr.14180) 647 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:52.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:50.336535+0000 mgr.smithi115.ltfvnr (mgr.14180) 646 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:52.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:11:50.474434+0000 mgr.smithi115.ltfvnr (mgr.14180) 647 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:52.398 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:53.917 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:52.337011+0000 mgr.smithi115.ltfvnr (mgr.14180) 648 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:54.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:52.337011+0000 mgr.smithi115.ltfvnr (mgr.14180) 648 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:54.619 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:11:54.619 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:55.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:56.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:54.337687+0000 mgr.smithi115.ltfvnr (mgr.14180) 649 : 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 2024-02-11T17:11:56.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:11:54.614097+0000 mgr.smithi115.ltfvnr (mgr.14180) 650 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:56.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:54.337687+0000 mgr.smithi115.ltfvnr (mgr.14180) 649 : 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 2024-02-11T17:11:56.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:11:54.614097+0000 mgr.smithi115.ltfvnr (mgr.14180) 650 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:56.409 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:57.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:56.338195+0000 mgr.smithi115.ltfvnr (mgr.14180) 651 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:58.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:56.338195+0000 mgr.smithi115.ltfvnr (mgr.14180) 651 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:58.604 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:11:58.604 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:59.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:00.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:11:58.338604+0000 mgr.smithi115.ltfvnr (mgr.14180) 652 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:00.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:11:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:11:58.599602+0000 mgr.smithi115.ltfvnr (mgr.14180) 653 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:00.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:11:58.338604+0000 mgr.smithi115.ltfvnr (mgr.14180) 652 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:00.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:11:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:11:58.599602+0000 mgr.smithi115.ltfvnr (mgr.14180) 653 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:00.430 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:01.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:00.339263+0000 mgr.smithi115.ltfvnr (mgr.14180) 654 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:02.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:00.339263+0000 mgr.smithi115.ltfvnr (mgr.14180) 654 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:02.751 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:12:02.751 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:03.599 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:04.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:02.339627+0000 mgr.smithi115.ltfvnr (mgr.14180) 655 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:04.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:02.745264+0000 mgr.smithi115.ltfvnr (mgr.14180) 656 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:04.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:02.339627+0000 mgr.smithi115.ltfvnr (mgr.14180) 655 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:04.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:02.745264+0000 mgr.smithi115.ltfvnr (mgr.14180) 656 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:04.600 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:06.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:04.340243+0000 mgr.smithi115.ltfvnr (mgr.14180) 657 : 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 2024-02-11T17:12:06.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:04.340243+0000 mgr.smithi115.ltfvnr (mgr.14180) 657 : 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 2024-02-11T17:12:06.983 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:12:06.983 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:07.873 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:08.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:06.340707+0000 mgr.smithi115.ltfvnr (mgr.14180) 658 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:08.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:06.340707+0000 mgr.smithi115.ltfvnr (mgr.14180) 658 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:08.874 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:09.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:06.978666+0000 mgr.smithi115.ltfvnr (mgr.14180) 659 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:09.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:06.978666+0000 mgr.smithi115.ltfvnr (mgr.14180) 659 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:09.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:08.341140+0000 mgr.smithi115.ltfvnr (mgr.14180) 660 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:10.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:08.341140+0000 mgr.smithi115.ltfvnr (mgr.14180) 660 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:11.164 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:12:11.164 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:11.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:12.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:10.341640+0000 mgr.smithi115.ltfvnr (mgr.14180) 661 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:12.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:10.341640+0000 mgr.smithi115.ltfvnr (mgr.14180) 661 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:12.930 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:13.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:11.158820+0000 mgr.smithi115.ltfvnr (mgr.14180) 662 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:13.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:11.158820+0000 mgr.smithi115.ltfvnr (mgr.14180) 662 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:14.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:12.342056+0000 mgr.smithi115.ltfvnr (mgr.14180) 663 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:14.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:12.342056+0000 mgr.smithi115.ltfvnr (mgr.14180) 663 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:15.139 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:12:15.139 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:15.884 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:16.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:14.342570+0000 mgr.smithi115.ltfvnr (mgr.14180) 664 : 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 2024-02-11T17:12:16.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:14.342570+0000 mgr.smithi115.ltfvnr (mgr.14180) 664 : 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 2024-02-11T17:12:16.885 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:17.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:15.134874+0000 mgr.smithi115.ltfvnr (mgr.14180) 665 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:17.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:15.134874+0000 mgr.smithi115.ltfvnr (mgr.14180) 665 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:18.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:16.343211+0000 mgr.smithi115.ltfvnr (mgr.14180) 666 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:18.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:16.343211+0000 mgr.smithi115.ltfvnr (mgr.14180) 666 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:19.166 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:12:19.166 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:44.274414Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.uwubkk on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-uwubkk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.uwubkk\nDeploy daemon haproxy.nfs.foo.smithi195.uwubkk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03: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=\"2024-02-11T17:04:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.748073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.qvryfk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-qvryfk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.qvryfk\nDeploy daemon haproxy.nfs.foo.smithi115.qvryfk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:05:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:13.753407Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.urkemq on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:20.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:20.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:18.343610+0000 mgr.smithi115.ltfvnr (mgr.14180) 667 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:20.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:18.343610+0000 mgr.smithi115.ltfvnr (mgr.14180) 667 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:21.021 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:21.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:19.160400+0000 mgr.smithi115.ltfvnr (mgr.14180) 668 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:21.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:19.160400+0000 mgr.smithi115.ltfvnr (mgr.14180) 668 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:22.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:20.344364+0000 mgr.smithi115.ltfvnr (mgr.14180) 669 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:22.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:20.344364+0000 mgr.smithi115.ltfvnr (mgr.14180) 669 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:23.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:22.819663+0000 mon.smithi115 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi115.anmsgc"}]: dispatch 2024-02-11T17:12:23.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:22.824847+0000 mon.smithi115 (mon.0) 707 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:12:23.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:22.819663+0000 mon.smithi115 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi115.anmsgc"}]: dispatch 2024-02-11T17:12:23.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:22.824847+0000 mon.smithi115 (mon.0) 707 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:12:23.377 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:12:23.377 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:15.977687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:15.978348Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:15.977867Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:15.977943Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:15.978013Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:15.978095Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:24.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:22.344837+0000 mgr.smithi115.ltfvnr (mgr.14180) 670 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:24.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:12:22.819126+0000 mgr.smithi115.ltfvnr (mgr.14180) 671 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc 2024-02-11T17:12:24.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc 2024-02-11T17:12:24.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc 2024-02-11T17:12:24.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc 2024-02-11T17:12:24.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi115.anmsgc ... 2024-02-11T17:12:24.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:24.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:12:24.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:10:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:24.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:11:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:24.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:11:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:24.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:12:24.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:24.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Traceback (most recent call last): 2024-02-11T17:12:24.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:12:24.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: yield (conn, connr) 2024-02-11T17:12:24.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:12:24.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: code, '\n'.join(err))) 2024-02-11T17:12:24.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc 2024-02-11T17:12:24.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc 2024-02-11T17:12:24.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc 2024-02-11T17:12:24.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc 2024-02-11T17:12:24.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi115.anmsgc ... 2024-02-11T17:12:24.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:24.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:12:24.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:10:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:24.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:11:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:24.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:11:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:24.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:12:24.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:24.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:12:22.819321+0000 mgr.smithi115.ltfvnr (mgr.14180) 672 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi115.anmsgc 2024-02-11T17:12:24.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:12:22.820221+0000 mgr.smithi115.ltfvnr (mgr.14180) 673 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc 2024-02-11T17:12:24.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc 2024-02-11T17:12:24.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc 2024-02-11T17:12:24.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc 2024-02-11T17:12:24.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi115.anmsgc ... 2024-02-11T17:12:24.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:24.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:12:24.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:10:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:24.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:11:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:24.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:11:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:24.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:12:24.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:24.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:12:22.821442+0000 mgr.smithi115.ltfvnr (mgr.14180) 674 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:12:24.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:12:22.822468+0000 mgr.smithi115.ltfvnr (mgr.14180) 675 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:12:24.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:22.823176+0000 mgr.smithi115.ltfvnr (mgr.14180) 676 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:12:24.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:22.895574+0000 mon.smithi115 (mon.0) 708 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:12:24.173 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:23.069392+0000 mon.smithi115 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:12:24.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:22.344837+0000 mgr.smithi115.ltfvnr (mgr.14180) 670 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:24.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:12:22.819126+0000 mgr.smithi115.ltfvnr (mgr.14180) 671 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc 2024-02-11T17:12:24.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc 2024-02-11T17:12:24.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc 2024-02-11T17:12:24.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc 2024-02-11T17:12:24.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi115.anmsgc ... 2024-02-11T17:12:24.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:24.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:12:24.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:10:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:24.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:11:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:24.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:11:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:24.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:12:24.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:24.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Traceback (most recent call last): 2024-02-11T17:12:24.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:12:24.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: yield (conn, connr) 2024-02-11T17:12:24.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:12:24.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: code, '\n'.join(err))) 2024-02-11T17:12:24.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc 2024-02-11T17:12:24.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc 2024-02-11T17:12:24.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc 2024-02-11T17:12:24.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc 2024-02-11T17:12:24.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi115.anmsgc ... 2024-02-11T17:12:24.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:24.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:12:24.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:10:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:24.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:11:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:24.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:11:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:24.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:12:24.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:24.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:12:22.819321+0000 mgr.smithi115.ltfvnr (mgr.14180) 672 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi115.anmsgc 2024-02-11T17:12:24.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:12:22.820221+0000 mgr.smithi115.ltfvnr (mgr.14180) 673 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc 2024-02-11T17:12:24.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc 2024-02-11T17:12:24.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc 2024-02-11T17:12:24.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc 2024-02-11T17:12:24.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi115.anmsgc ... 2024-02-11T17:12:24.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:24.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:12:24.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:10:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:24.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:11:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:24.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:11:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:24.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:12:24.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:24.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:12:22.821442+0000 mgr.smithi115.ltfvnr (mgr.14180) 674 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:12:24.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:12:22.822468+0000 mgr.smithi115.ltfvnr (mgr.14180) 675 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:12:24.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:22.823176+0000 mgr.smithi115.ltfvnr (mgr.14180) 676 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:12:24.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:22.895574+0000 mon.smithi115 (mon.0) 708 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:12:24.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:23.069392+0000 mon.smithi115 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:12:24.892 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:24.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:23.372205+0000 mgr.smithi115.ltfvnr (mgr.14180) 677 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:25.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:23.372205+0000 mgr.smithi115.ltfvnr (mgr.14180) 677 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:25.893 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:26.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:24.823817+0000 mgr.smithi115.ltfvnr (mgr.14180) 678 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:12:26.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:25.355693+0000 mon.smithi115 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:12:26.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:25.632583+0000 mon.smithi115 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:12:26.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:25.633221+0000 mon.smithi115 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:12:26.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:25.633727+0000 mon.smithi115 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:12:26.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:25.634223+0000 mon.smithi115 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:12:26.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:25.638321+0000 mon.smithi115 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:12:26.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:24.823817+0000 mgr.smithi115.ltfvnr (mgr.14180) 678 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:12:26.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:25.355693+0000 mon.smithi115 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:12:26.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:25.632583+0000 mon.smithi115 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:12:26.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:25.633221+0000 mon.smithi115 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:12:26.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:25.633727+0000 mon.smithi115 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:12:26.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:25.634223+0000 mon.smithi115 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:12:26.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:25.638321+0000 mon.smithi115 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:12:27.079 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:12:25.634601+0000 mgr.smithi115.ltfvnr (mgr.14180) 679 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 2968M 2024-02-11T17:12:27.079 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:26.599631+0000 mon.smithi115 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:12:27.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:12:25.634601+0000 mgr.smithi115.ltfvnr (mgr.14180) 679 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 2968M 2024-02-11T17:12:27.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:26.599631+0000 mon.smithi115 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:12:28.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:26.824404+0000 mgr.smithi115.ltfvnr (mgr.14180) 680 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:12:28.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:26.824404+0000 mgr.smithi115.ltfvnr (mgr.14180) 680 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:12:29.923 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:12:29.923 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:07:23.956948Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:07:23.957031Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:07:23.957093Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:07:23.957515Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:07:23.956875Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:07:23.956725Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:07:23.957577Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:07:23.957153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:07:23.957274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:07:23.957213Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:30.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:28.825281+0000 mgr.smithi115.ltfvnr (mgr.14180) 681 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:12:30.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:28.825281+0000 mgr.smithi115.ltfvnr (mgr.14180) 681 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:12:31.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:29.918268+0000 mgr.smithi115.ltfvnr (mgr.14180) 682 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:31.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:30.851881+0000 mon.smithi115 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:12:31.333 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:29.918268+0000 mgr.smithi115.ltfvnr (mgr.14180) 682 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:31.333 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:30.851881+0000 mon.smithi115 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:12:31.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:32.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:30.825941+0000 mgr.smithi115.ltfvnr (mgr.14180) 683 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:12:32.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:31.208740+0000 mon.smithi115 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:12:32.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:31.470852+0000 mon.smithi115 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:12:32.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:31.471475+0000 mon.smithi115 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:12:32.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:31.472059+0000 mon.smithi115 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:12:32.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:31.472618+0000 mon.smithi115 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:12:32.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:31.477038+0000 mon.smithi115 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:12:32.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:31.477907+0000 mon.smithi115 (mon.0) 724 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:12:32.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:31.478633+0000 mon.smithi115 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:12:32.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:31.484657+0000 mon.smithi115 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:12:32.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:31.488129+0000 mon.smithi115 (mon.0) 727 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:12:32.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:31.494365+0000 mon.smithi115 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:12:32.354 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:32.386 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:30.825941+0000 mgr.smithi115.ltfvnr (mgr.14180) 683 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-11T17:12:32.386 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:31.208740+0000 mon.smithi115 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:12:32.386 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:31.470852+0000 mon.smithi115 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:12:32.386 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:31.471475+0000 mon.smithi115 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:12:32.386 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:31.472059+0000 mon.smithi115 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:12:32.387 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:31.472618+0000 mon.smithi115 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:12:32.387 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:31.477038+0000 mon.smithi115 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:12:32.387 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:31.477907+0000 mon.smithi115 (mon.0) 724 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:12:32.387 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:31.478633+0000 mon.smithi115 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:12:32.387 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:31.484657+0000 mon.smithi115 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:12:32.387 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:31.488129+0000 mon.smithi115 (mon.0) 727 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:12:32.387 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:31.494365+0000 mon.smithi115 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:12:33.124 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:12:31.473170+0000 mgr.smithi115.ltfvnr (mgr.14180) 684 : cephadm [INF] Adjusting osd_memory_target on smithi115 to 1944M 2024-02-11T17:12:33.125 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:31.485102+0000 mgr.smithi115.ltfvnr (mgr.14180) 685 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 B/s rd, 0 op/s 2024-02-11T17:12:33.125 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:12:31.496217+0000 mgr.smithi115.ltfvnr (mgr.14180) 686 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi195.nnzicv on smithi195 2024-02-11T17:12:33.125 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:32.483140+0000 mon.smithi115 (mon.0) 729 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:12:33.125 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:32.483192+0000 mon.smithi115 (mon.0) 730 : cluster [INF] Cluster is now healthy 2024-02-11T17:12:33.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:12:31.473170+0000 mgr.smithi115.ltfvnr (mgr.14180) 684 : cephadm [INF] Adjusting osd_memory_target on smithi115 to 1944M 2024-02-11T17:12:33.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:31.485102+0000 mgr.smithi115.ltfvnr (mgr.14180) 685 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 B/s rd, 0 op/s 2024-02-11T17:12:33.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:12:31.496217+0000 mgr.smithi115.ltfvnr (mgr.14180) 686 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi195.nnzicv on smithi195 2024-02-11T17:12:33.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:32.483140+0000 mon.smithi115 (mon.0) 729 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:12:33.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:32.483192+0000 mon.smithi115 (mon.0) 730 : cluster [INF] Cluster is now healthy 2024-02-11T17:12:34.707 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:12:34.707 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:35.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:33.485610+0000 mgr.smithi115.ltfvnr (mgr.14180) 687 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:35.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:33.485610+0000 mgr.smithi115.ltfvnr (mgr.14180) 687 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:35.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:36.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:34.702581+0000 mgr.smithi115.ltfvnr (mgr.14180) 688 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:36.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:34.702581+0000 mgr.smithi115.ltfvnr (mgr.14180) 688 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:36.528 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:37.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:35.486119+0000 mgr.smithi115.ltfvnr (mgr.14180) 689 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:37.320 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:35.486119+0000 mgr.smithi115.ltfvnr (mgr.14180) 689 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:38.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:37.486652+0000 mgr.smithi115.ltfvnr (mgr.14180) 690 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:38.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:37.486652+0000 mgr.smithi115.ltfvnr (mgr.14180) 690 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:38.923 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:12:38.923 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:39.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:38.917963+0000 mgr.smithi115.ltfvnr (mgr.14180) 691 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:39.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:38.917963+0000 mgr.smithi115.ltfvnr (mgr.14180) 691 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:39.587 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:40.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:39.487311+0000 mgr.smithi115.ltfvnr (mgr.14180) 692 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:40.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:39.487311+0000 mgr.smithi115.ltfvnr (mgr.14180) 692 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:40.588 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:42.632 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:41.487744+0000 mgr.smithi115.ltfvnr (mgr.14180) 693 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:42.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:41.487744+0000 mgr.smithi115.ltfvnr (mgr.14180) 693 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:43.062 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:12:43.062 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:44.114 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:44.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:43.057573+0000 mgr.smithi115.ltfvnr (mgr.14180) 694 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:44.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:43.488184+0000 mgr.smithi115.ltfvnr (mgr.14180) 695 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:44.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:43.057573+0000 mgr.smithi115.ltfvnr (mgr.14180) 694 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:44.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:43.488184+0000 mgr.smithi115.ltfvnr (mgr.14180) 695 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:45.114 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:46.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:45.488745+0000 mgr.smithi115.ltfvnr (mgr.14180) 696 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:46.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:46.206964+0000 mon.smithi115 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:12:46.803 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:45.488745+0000 mgr.smithi115.ltfvnr (mgr.14180) 696 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:46.803 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:46.206964+0000 mon.smithi115 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:12:47.518 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:12:47.518 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:48.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:48.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:47.489056+0000 mgr.smithi115.ltfvnr (mgr.14180) 697 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:48.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:47.514094+0000 mgr.smithi115.ltfvnr (mgr.14180) 698 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:48.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:47.489056+0000 mgr.smithi115.ltfvnr (mgr.14180) 697 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:48.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:47.514094+0000 mgr.smithi115.ltfvnr (mgr.14180) 698 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:49.124 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:50.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:50 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:49.489759+0000 mgr.smithi115.ltfvnr (mgr.14180) 699 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:50.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:50 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:49.489759+0000 mgr.smithi115.ltfvnr (mgr.14180) 699 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:51.396 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:12:51.396 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:52.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:52.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:51.391669+0000 mgr.smithi115.ltfvnr (mgr.14180) 700 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:52.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:51.490219+0000 mgr.smithi115.ltfvnr (mgr.14180) 701 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:52.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:51.391669+0000 mgr.smithi115.ltfvnr (mgr.14180) 700 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:52.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:51.490219+0000 mgr.smithi115.ltfvnr (mgr.14180) 701 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:53.138 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:54.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:53.490622+0000 mgr.smithi115.ltfvnr (mgr.14180) 702 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:54.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:53.490622+0000 mgr.smithi115.ltfvnr (mgr.14180) 702 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:55.409 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:12:55.409 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:56.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:56.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:55.404695+0000 mgr.smithi115.ltfvnr (mgr.14180) 703 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:56.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:55.491182+0000 mgr.smithi115.ltfvnr (mgr.14180) 704 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:56.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:55.404695+0000 mgr.smithi115.ltfvnr (mgr.14180) 703 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:56.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:55.491182+0000 mgr.smithi115.ltfvnr (mgr.14180) 704 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:57.127 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:58.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:12:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:57.491491+0000 mgr.smithi115.ltfvnr (mgr.14180) 705 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:58.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:12:58 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:57.491491+0000 mgr.smithi115.ltfvnr (mgr.14180) 705 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:59.456 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:12:59.456 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:00.165 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:00.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:12:59.448370+0000 mgr.smithi115.ltfvnr (mgr.14180) 706 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:00.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:12:59.492003+0000 mgr.smithi115.ltfvnr (mgr.14180) 707 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:00.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:12:59.448370+0000 mgr.smithi115.ltfvnr (mgr.14180) 706 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:00.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:12:59.492003+0000 mgr.smithi115.ltfvnr (mgr.14180) 707 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:01.166 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:02.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:01.492451+0000 mgr.smithi115.ltfvnr (mgr.14180) 708 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:02.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:02 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:01.492451+0000 mgr.smithi115.ltfvnr (mgr.14180) 708 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:03.503 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:13:03.503 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:04.246 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:04.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:04 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:03.492929+0000 mgr.smithi115.ltfvnr (mgr.14180) 709 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:04.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:04 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:13:03.498802+0000 mgr.smithi115.ltfvnr (mgr.14180) 710 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:04.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:04 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:03.492929+0000 mgr.smithi115.ltfvnr (mgr.14180) 709 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:04.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:04 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:13:03.498802+0000 mgr.smithi115.ltfvnr (mgr.14180) 710 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:05.247 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:06.815 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:05.493418+0000 mgr.smithi115.ltfvnr (mgr.14180) 711 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:06.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:06 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:05.493418+0000 mgr.smithi115.ltfvnr (mgr.14180) 711 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:07.578 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:13:07.578 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:08.300 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:08.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:07.493796+0000 mgr.smithi115.ltfvnr (mgr.14180) 712 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:08.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:13:07.573324+0000 mgr.smithi115.ltfvnr (mgr.14180) 713 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:08.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:07.493796+0000 mgr.smithi115.ltfvnr (mgr.14180) 712 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:08.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:13:07.573324+0000 mgr.smithi115.ltfvnr (mgr.14180) 713 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:09.300 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:10.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:09.494324+0000 mgr.smithi115.ltfvnr (mgr.14180) 714 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:10.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:09.494324+0000 mgr.smithi115.ltfvnr (mgr.14180) 714 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:11.549 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:13:11.549 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:12.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:12.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:11.494861+0000 mgr.smithi115.ltfvnr (mgr.14180) 715 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:12.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:13:11.544676+0000 mgr.smithi115.ltfvnr (mgr.14180) 716 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:12.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:11.494861+0000 mgr.smithi115.ltfvnr (mgr.14180) 715 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:12.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:13:11.544676+0000 mgr.smithi115.ltfvnr (mgr.14180) 716 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:13.423 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:14.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:13.495310+0000 mgr.smithi115.ltfvnr (mgr.14180) 717 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:14.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:13.495310+0000 mgr.smithi115.ltfvnr (mgr.14180) 717 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:15.773 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:13:15.773 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:16.485 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:16.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:15.495846+0000 mgr.smithi115.ltfvnr (mgr.14180) 718 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:16.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:13:15.768485+0000 mgr.smithi115.ltfvnr (mgr.14180) 719 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:16.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:15.495846+0000 mgr.smithi115.ltfvnr (mgr.14180) 718 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:16.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:13:15.768485+0000 mgr.smithi115.ltfvnr (mgr.14180) 719 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:17.486 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:18.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:17.496217+0000 mgr.smithi115.ltfvnr (mgr.14180) 720 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:18.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:17.496217+0000 mgr.smithi115.ltfvnr (mgr.14180) 720 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:19.754 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:13:19.754 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:20.540 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:20.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:19.496746+0000 mgr.smithi115.ltfvnr (mgr.14180) 721 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:20.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:13:19.749491+0000 mgr.smithi115.ltfvnr (mgr.14180) 722 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:20.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:19.496746+0000 mgr.smithi115.ltfvnr (mgr.14180) 721 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:20.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:13:19.749491+0000 mgr.smithi115.ltfvnr (mgr.14180) 722 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:21.541 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:22.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:21.497292+0000 mgr.smithi115.ltfvnr (mgr.14180) 723 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:22.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:21.497292+0000 mgr.smithi115.ltfvnr (mgr.14180) 723 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:23.833 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:13:23.833 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:24.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:24.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:23.497785+0000 mgr.smithi115.ltfvnr (mgr.14180) 724 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:24.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:13:23.828580+0000 mgr.smithi115.ltfvnr (mgr.14180) 725 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:24.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:23.497785+0000 mgr.smithi115.ltfvnr (mgr.14180) 724 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:24.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:13:23.828580+0000 mgr.smithi115.ltfvnr (mgr.14180) 725 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:25.666 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:26.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:25.498542+0000 mgr.smithi115.ltfvnr (mgr.14180) 726 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:26.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:25.498542+0000 mgr.smithi115.ltfvnr (mgr.14180) 726 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:28.076 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:13:28.076 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:28.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:27.498954+0000 mgr.smithi115.ltfvnr (mgr.14180) 727 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:28.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:28.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:27.498954+0000 mgr.smithi115.ltfvnr (mgr.14180) 727 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:29.844 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:29.877 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:13:28.070964+0000 mgr.smithi115.ltfvnr (mgr.14180) 728 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:29.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:13:28.070964+0000 mgr.smithi115.ltfvnr (mgr.14180) 728 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:30.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:29.499671+0000 mgr.smithi115.ltfvnr (mgr.14180) 729 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:30.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:29.499671+0000 mgr.smithi115.ltfvnr (mgr.14180) 729 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:32.066 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:13:32.066 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:32.747 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:31.500148+0000 mgr.smithi115.ltfvnr (mgr.14180) 730 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:32.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:32.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:31.500148+0000 mgr.smithi115.ltfvnr (mgr.14180) 730 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:33.823 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:33.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:13:32.061947+0000 mgr.smithi115.ltfvnr (mgr.14180) 731 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:33.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:13:32.061947+0000 mgr.smithi115.ltfvnr (mgr.14180) 731 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:34.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:33.500692+0000 mgr.smithi115.ltfvnr (mgr.14180) 732 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:34.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:33.500692+0000 mgr.smithi115.ltfvnr (mgr.14180) 732 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:36.157 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:13:36.157 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:36.892 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:35.501395+0000 mgr.smithi115.ltfvnr (mgr.14180) 733 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:36.913 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:36.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:35.501395+0000 mgr.smithi115.ltfvnr (mgr.14180) 733 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:37.914 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:37.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:13:36.152792+0000 mgr.smithi115.ltfvnr (mgr.14180) 734 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:37.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:13:36.152792+0000 mgr.smithi115.ltfvnr (mgr.14180) 734 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:38.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:37.501835+0000 mgr.smithi115.ltfvnr (mgr.14180) 735 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:38.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:37.501835+0000 mgr.smithi115.ltfvnr (mgr.14180) 735 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:40.285 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:13:40.285 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:40.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:39.502372+0000 mgr.smithi115.ltfvnr (mgr.14180) 736 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:40.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:39.502372+0000 mgr.smithi115.ltfvnr (mgr.14180) 736 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:41.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:41.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:13:40.280517+0000 mgr.smithi115.ltfvnr (mgr.14180) 737 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:41.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:13:40.280517+0000 mgr.smithi115.ltfvnr (mgr.14180) 737 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:42.047 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:42.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:41.503023+0000 mgr.smithi115.ltfvnr (mgr.14180) 738 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:42.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:41.503023+0000 mgr.smithi115.ltfvnr (mgr.14180) 738 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:44.221 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:13:44.221 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:44.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:44.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:43.503554+0000 mgr.smithi115.ltfvnr (mgr.14180) 739 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:44.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:43.503554+0000 mgr.smithi115.ltfvnr (mgr.14180) 739 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:45.873 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:45.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:13:44.216180+0000 mgr.smithi115.ltfvnr (mgr.14180) 740 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:46.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:13:44.216180+0000 mgr.smithi115.ltfvnr (mgr.14180) 740 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:46.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:45.504349+0000 mgr.smithi115.ltfvnr (mgr.14180) 741 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:46.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:45.504349+0000 mgr.smithi115.ltfvnr (mgr.14180) 741 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:48.271 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:13:48.271 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:48.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:47.504782+0000 mgr.smithi115.ltfvnr (mgr.14180) 742 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:48.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:47.504782+0000 mgr.smithi115.ltfvnr (mgr.14180) 742 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:48.985 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:49.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:13:48.266323+0000 mgr.smithi115.ltfvnr (mgr.14180) 743 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:49.986 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:50.019 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:13:48.266323+0000 mgr.smithi115.ltfvnr (mgr.14180) 743 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:50.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:50 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:49.505332+0000 mgr.smithi115.ltfvnr (mgr.14180) 744 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:51.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:50 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:49.505332+0000 mgr.smithi115.ltfvnr (mgr.14180) 744 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:52.357 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:13:52.357 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:52.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:51.506007+0000 mgr.smithi115.ltfvnr (mgr.14180) 745 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:53.101 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:51.506007+0000 mgr.smithi115.ltfvnr (mgr.14180) 745 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:53.122 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:53.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:13:52.352565+0000 mgr.smithi115.ltfvnr (mgr.14180) 746 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:54.123 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:54.154 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:13:52.352565+0000 mgr.smithi115.ltfvnr (mgr.14180) 746 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:54.879 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:53.506412+0000 mgr.smithi115.ltfvnr (mgr.14180) 747 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:55.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:53.506412+0000 mgr.smithi115.ltfvnr (mgr.14180) 747 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:56.594 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:13:56.595 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:56.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:55.507073+0000 mgr.smithi115.ltfvnr (mgr.14180) 748 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:57.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:55.507073+0000 mgr.smithi115.ltfvnr (mgr.14180) 748 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:57.343 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:58.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:13:56.589983+0000 mgr.smithi115.ltfvnr (mgr.14180) 749 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:58.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:13:56.589983+0000 mgr.smithi115.ltfvnr (mgr.14180) 749 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:58.344 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:59.113 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:13:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:57.507650+0000 mgr.smithi115.ltfvnr (mgr.14180) 750 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:59.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:13:58 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:57.507650+0000 mgr.smithi115.ltfvnr (mgr.14180) 750 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:00.637 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:14:00.637 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:00.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:13:59.508169+0000 mgr.smithi115.ltfvnr (mgr.14180) 751 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:01.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:13:59.508169+0000 mgr.smithi115.ltfvnr (mgr.14180) 751 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:01.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:02.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:14:00.632391+0000 mgr.smithi115.ltfvnr (mgr.14180) 752 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:02.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:14:00.632391+0000 mgr.smithi115.ltfvnr (mgr.14180) 752 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:02.423 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:03.118 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:01.508630+0000 mgr.smithi115.ltfvnr (mgr.14180) 753 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:03.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:02 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:01.508630+0000 mgr.smithi115.ltfvnr (mgr.14180) 753 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:04.689 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:14:04.689 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:05.093 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:04 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:03.509111+0000 mgr.smithi115.ltfvnr (mgr.14180) 754 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:05.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:04 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:03.509111+0000 mgr.smithi115.ltfvnr (mgr.14180) 754 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:05.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:05.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:14:04.684364+0000 mgr.smithi115.ltfvnr (mgr.14180) 755 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:06.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:14:04.684364+0000 mgr.smithi115.ltfvnr (mgr.14180) 755 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:06.529 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:06.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:05.509742+0000 mgr.smithi115.ltfvnr (mgr.14180) 756 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:07.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:06 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:05.509742+0000 mgr.smithi115.ltfvnr (mgr.14180) 756 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:08.846 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:14:08.847 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:09.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:07.510195+0000 mgr.smithi115.ltfvnr (mgr.14180) 757 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:09.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:07.510195+0000 mgr.smithi115.ltfvnr (mgr.14180) 757 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:09.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:09.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:14:08.841668+0000 mgr.smithi115.ltfvnr (mgr.14180) 758 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:10.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:14:08.841668+0000 mgr.smithi115.ltfvnr (mgr.14180) 758 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:10.617 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:10.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:09.510619+0000 mgr.smithi115.ltfvnr (mgr.14180) 759 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:11.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:09.510619+0000 mgr.smithi115.ltfvnr (mgr.14180) 759 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:12.901 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:14:12.902 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:13.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:11.511252+0000 mgr.smithi115.ltfvnr (mgr.14180) 760 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:13.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:11.511252+0000 mgr.smithi115.ltfvnr (mgr.14180) 760 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:13.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:14.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:14:12.896887+0000 mgr.smithi115.ltfvnr (mgr.14180) 761 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:14.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:14:12.896887+0000 mgr.smithi115.ltfvnr (mgr.14180) 761 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:14.733 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:15.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:13.511839+0000 mgr.smithi115.ltfvnr (mgr.14180) 762 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:15.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:13.511839+0000 mgr.smithi115.ltfvnr (mgr.14180) 762 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:16.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:15.512384+0000 mgr.smithi115.ltfvnr (mgr.14180) 763 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:17.023 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:14:17.023 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:17.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:15.512384+0000 mgr.smithi115.ltfvnr (mgr.14180) 763 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:17.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:18.851 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:19.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:14:17.018439+0000 mgr.smithi115.ltfvnr (mgr.14180) 764 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:19.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:17.512894+0000 mgr.smithi115.ltfvnr (mgr.14180) 765 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:19.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:14:17.018439+0000 mgr.smithi115.ltfvnr (mgr.14180) 764 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:19.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:17.512894+0000 mgr.smithi115.ltfvnr (mgr.14180) 765 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:21.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:19.513549+0000 mgr.smithi115.ltfvnr (mgr.14180) 766 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:21.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:19.513549+0000 mgr.smithi115.ltfvnr (mgr.14180) 766 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:21.214 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:14:21.214 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:21.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:22.956 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:23.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:14:21.209595+0000 mgr.smithi115.ltfvnr (mgr.14180) 767 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:23.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:21.514098+0000 mgr.smithi115.ltfvnr (mgr.14180) 768 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:23.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:14:21.209595+0000 mgr.smithi115.ltfvnr (mgr.14180) 767 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:23.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:21.514098+0000 mgr.smithi115.ltfvnr (mgr.14180) 768 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:24.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:23.514523+0000 mgr.smithi115.ltfvnr (mgr.14180) 769 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:25.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:23.514523+0000 mgr.smithi115.ltfvnr (mgr.14180) 769 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:25.332 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:14:25.332 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:26.151 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:27.152 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:27.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:14:25.327631+0000 mgr.smithi115.ltfvnr (mgr.14180) 770 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:27.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:25.515179+0000 mgr.smithi115.ltfvnr (mgr.14180) 771 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:27.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:14:25.327631+0000 mgr.smithi115.ltfvnr (mgr.14180) 770 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:27.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:25.515179+0000 mgr.smithi115.ltfvnr (mgr.14180) 771 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:28.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:27.515629+0000 mgr.smithi115.ltfvnr (mgr.14180) 772 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:28.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:27.515629+0000 mgr.smithi115.ltfvnr (mgr.14180) 772 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:29.492 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:14:29.492 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:30.248 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:30.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:14:29.487800+0000 mgr.smithi115.ltfvnr (mgr.14180) 773 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:30.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:29.516429+0000 mgr.smithi115.ltfvnr (mgr.14180) 774 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:30.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:14:29.487800+0000 mgr.smithi115.ltfvnr (mgr.14180) 773 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:30.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:29.516429+0000 mgr.smithi115.ltfvnr (mgr.14180) 774 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:31.249 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:32.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:31.517035+0000 mgr.smithi115.ltfvnr (mgr.14180) 775 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:32.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:31.517035+0000 mgr.smithi115.ltfvnr (mgr.14180) 775 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:33.434 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:14:33.434 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:34.271 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:34.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:14:33.429833+0000 mgr.smithi115.ltfvnr (mgr.14180) 776 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:34.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:33.517476+0000 mgr.smithi115.ltfvnr (mgr.14180) 777 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:34.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:14:33.429833+0000 mgr.smithi115.ltfvnr (mgr.14180) 776 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:34.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:33.517476+0000 mgr.smithi115.ltfvnr (mgr.14180) 777 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:35.272 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:36.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:35.517963+0000 mgr.smithi115.ltfvnr (mgr.14180) 778 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:36.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:35.517963+0000 mgr.smithi115.ltfvnr (mgr.14180) 778 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:37.736 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:14:37.736 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:38.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:38.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:37.518477+0000 mgr.smithi115.ltfvnr (mgr.14180) 779 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:38.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:14:37.731269+0000 mgr.smithi115.ltfvnr (mgr.14180) 780 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:38.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:37.518477+0000 mgr.smithi115.ltfvnr (mgr.14180) 779 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:38.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:14:37.731269+0000 mgr.smithi115.ltfvnr (mgr.14180) 780 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:39.528 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:40.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:39.519209+0000 mgr.smithi115.ltfvnr (mgr.14180) 781 : 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 2024-02-11T17:14:40.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:39.519209+0000 mgr.smithi115.ltfvnr (mgr.14180) 781 : 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 2024-02-11T17:14:41.964 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:14:41.964 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:42.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:41.519582+0000 mgr.smithi115.ltfvnr (mgr.14180) 782 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:42.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:42.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:41.519582+0000 mgr.smithi115.ltfvnr (mgr.14180) 782 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:43.825 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:43.858 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:14:41.959023+0000 mgr.smithi115.ltfvnr (mgr.14180) 783 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:43.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:14:41.959023+0000 mgr.smithi115.ltfvnr (mgr.14180) 783 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:44.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:43.520323+0000 mgr.smithi115.ltfvnr (mgr.14180) 784 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:44.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:43.520323+0000 mgr.smithi115.ltfvnr (mgr.14180) 784 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:46.099 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:14:46.100 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:46.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:45.521057+0000 mgr.smithi115.ltfvnr (mgr.14180) 785 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:46.798 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:46.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:45.521057+0000 mgr.smithi115.ltfvnr (mgr.14180) 785 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:47.799 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:47.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:14:46.094597+0000 mgr.smithi115.ltfvnr (mgr.14180) 786 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:47.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:14:46.094597+0000 mgr.smithi115.ltfvnr (mgr.14180) 786 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:48.888 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:47.521438+0000 mgr.smithi115.ltfvnr (mgr.14180) 787 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:48.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:47.521438+0000 mgr.smithi115.ltfvnr (mgr.14180) 787 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:49.931 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:14:49.932 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:50.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:50.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:50 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:49.521992+0000 mgr.smithi115.ltfvnr (mgr.14180) 788 : 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 2024-02-11T17:14:50.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:50 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:14:49.926996+0000 mgr.smithi115.ltfvnr (mgr.14180) 789 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:50.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:50 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:49.521992+0000 mgr.smithi115.ltfvnr (mgr.14180) 788 : 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 2024-02-11T17:14:50.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:50 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:14:49.926996+0000 mgr.smithi115.ltfvnr (mgr.14180) 789 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:51.748 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:52.902 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:51.522474+0000 mgr.smithi115.ltfvnr (mgr.14180) 790 : 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 2024-02-11T17:14:52.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:51.522474+0000 mgr.smithi115.ltfvnr (mgr.14180) 790 : 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 2024-02-11T17:14:54.029 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:14:54.029 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:54.824 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:53.522961+0000 mgr.smithi115.ltfvnr (mgr.14180) 791 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:54.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:54.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:53.522961+0000 mgr.smithi115.ltfvnr (mgr.14180) 791 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:55.849 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:55.882 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:14:54.023998+0000 mgr.smithi115.ltfvnr (mgr.14180) 792 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:55.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:14:54.023998+0000 mgr.smithi115.ltfvnr (mgr.14180) 792 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:56.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:55.523633+0000 mgr.smithi115.ltfvnr (mgr.14180) 793 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:56.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:55.523633+0000 mgr.smithi115.ltfvnr (mgr.14180) 793 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:58.339 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:14:58.339 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:13.754591Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.heljyx on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:58.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:57.524180+0000 mgr.smithi115.ltfvnr (mgr.14180) 794 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:58.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:58 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:57.524180+0000 mgr.smithi115.ltfvnr (mgr.14180) 794 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:59.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:59.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:14:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:14:58.334372+0000 mgr.smithi115.ltfvnr (mgr.14180) 795 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:59.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:14:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:14:58.334372+0000 mgr.smithi115.ltfvnr (mgr.14180) 795 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:00.188 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:00.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:14:59.524963+0000 mgr.smithi115.ltfvnr (mgr.14180) 796 : 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 2024-02-11T17:15:00.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:14:59.524963+0000 mgr.smithi115.ltfvnr (mgr.14180) 796 : 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 2024-02-11T17:15:01.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:15:00.924301+0000 mgr.smithi115.ltfvnr (mgr.14180) 797 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv 2024-02-11T17:15:01.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv 2024-02-11T17:15:01.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv 2024-02-11T17:15:01.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv 2024-02-11T17:15:01.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi195.nnzicv ... 2024-02-11T17:15:01.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:01.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:15:01.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:13:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:01.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:13:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:01.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:14:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:01.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:15:01.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:01.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Traceback (most recent call last): 2024-02-11T17:15:01.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:15:01.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: yield (conn, connr) 2024-02-11T17:15:01.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:15:01.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: code, '\n'.join(err))) 2024-02-11T17:15:01.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv 2024-02-11T17:15:01.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv 2024-02-11T17:15:01.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv 2024-02-11T17:15:01.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv 2024-02-11T17:15:01.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi195.nnzicv ... 2024-02-11T17:15:01.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:01.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:15:01.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:13:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:01.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:13:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:01.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:14:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:01.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:15:01.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:01.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:15:00.924454+0000 mgr.smithi115.ltfvnr (mgr.14180) 798 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi195.nnzicv 2024-02-11T17:15:01.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:15:00.924798+0000 mon.smithi115 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi195.nnzicv"}]: dispatch 2024-02-11T17:15:01.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:15:00.925341+0000 mgr.smithi115.ltfvnr (mgr.14180) 799 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv 2024-02-11T17:15:01.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv 2024-02-11T17:15:01.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv 2024-02-11T17:15:01.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv 2024-02-11T17:15:01.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi195.nnzicv ... 2024-02-11T17:15:01.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:01.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:15:01.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:13:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:01.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:13:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:01.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:14:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:01.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:15:01.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:01.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:15:00.926796+0000 mgr.smithi115.ltfvnr (mgr.14180) 800 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi115.dswlgk on smithi115 2024-02-11T17:15:01.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:15:00.924301+0000 mgr.smithi115.ltfvnr (mgr.14180) 797 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv 2024-02-11T17:15:01.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv 2024-02-11T17:15:01.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv 2024-02-11T17:15:01.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv 2024-02-11T17:15:01.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi195.nnzicv ... 2024-02-11T17:15:01.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:01.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:15:01.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:13:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:01.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:13:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:01.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:14:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:01.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:15:01.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:01.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Traceback (most recent call last): 2024-02-11T17:15:01.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:15:01.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: yield (conn, connr) 2024-02-11T17:15:01.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:15:01.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: code, '\n'.join(err))) 2024-02-11T17:15:01.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv 2024-02-11T17:15:01.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv 2024-02-11T17:15:01.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv 2024-02-11T17:15:01.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv 2024-02-11T17:15:01.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi195.nnzicv ... 2024-02-11T17:15:01.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:01.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:15:01.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:13:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:01.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:13:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:01.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:14:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:01.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:15:01.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:01.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:15:00.924454+0000 mgr.smithi115.ltfvnr (mgr.14180) 798 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi195.nnzicv 2024-02-11T17:15:01.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:15:00.924798+0000 mon.smithi115 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi195.nnzicv"}]: dispatch 2024-02-11T17:15:01.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:15:00.925341+0000 mgr.smithi115.ltfvnr (mgr.14180) 799 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv 2024-02-11T17:15:01.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv 2024-02-11T17:15:01.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv 2024-02-11T17:15:01.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv 2024-02-11T17:15:01.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi195.nnzicv ... 2024-02-11T17:15:01.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:01.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:15:01.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:13:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:01.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:13:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:01.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:14:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:01.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:15:01.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:01.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:15:00.926796+0000 mgr.smithi115.ltfvnr (mgr.14180) 800 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi115.dswlgk on smithi115 2024-02-11T17:15:02.534 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:15:02.534 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:02.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:01.525421+0000 mgr.smithi115.ltfvnr (mgr.14180) 801 : 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 2024-02-11T17:15:02.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:02 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:01.525421+0000 mgr.smithi115.ltfvnr (mgr.14180) 801 : 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 2024-02-11T17:15:03.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:03.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:15:02.529237+0000 mgr.smithi115.ltfvnr (mgr.14180) 802 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:03.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:15:02.529237+0000 mgr.smithi115.ltfvnr (mgr.14180) 802 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:04.426 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:04.916 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:04 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:03.526063+0000 mgr.smithi115.ltfvnr (mgr.14180) 803 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:04.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:04 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:03.526063+0000 mgr.smithi115.ltfvnr (mgr.14180) 803 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:06.806 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:15:06.807 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:06.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:05.526799+0000 mgr.smithi115.ltfvnr (mgr.14180) 804 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:06.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:06 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:05.526799+0000 mgr.smithi115.ltfvnr (mgr.14180) 804 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:07.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:07.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:15:06.801389+0000 mgr.smithi115.ltfvnr (mgr.14180) 805 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:07.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:15:06.801389+0000 mgr.smithi115.ltfvnr (mgr.14180) 805 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:08.688 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:08.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:07.527282+0000 mgr.smithi115.ltfvnr (mgr.14180) 806 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:08.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:07.527282+0000 mgr.smithi115.ltfvnr (mgr.14180) 806 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:10.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:09.527979+0000 mgr.smithi115.ltfvnr (mgr.14180) 807 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:10.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:09.527979+0000 mgr.smithi115.ltfvnr (mgr.14180) 807 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:10.993 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:15:10.993 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:11.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:12.777 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:12.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:15:10.989039+0000 mgr.smithi115.ltfvnr (mgr.14180) 808 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:12.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:11.528475+0000 mgr.smithi115.ltfvnr (mgr.14180) 809 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:13.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:15:10.989039+0000 mgr.smithi115.ltfvnr (mgr.14180) 808 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:13.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:11.528475+0000 mgr.smithi115.ltfvnr (mgr.14180) 809 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:14.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:13.529057+0000 mgr.smithi115.ltfvnr (mgr.14180) 810 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:14.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:13.529057+0000 mgr.smithi115.ltfvnr (mgr.14180) 810 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:15.044 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:15:15.044 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:15.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:16.857 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:16.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:15:15.039363+0000 mgr.smithi115.ltfvnr (mgr.14180) 811 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:16.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:15.529569+0000 mgr.smithi115.ltfvnr (mgr.14180) 812 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:17.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:15:15.039363+0000 mgr.smithi115.ltfvnr (mgr.14180) 811 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:17.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:15.529569+0000 mgr.smithi115.ltfvnr (mgr.14180) 812 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:18.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:17.530004+0000 mgr.smithi115.ltfvnr (mgr.14180) 813 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:19.132 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:15:19.133 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:19.154 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:17.530004+0000 mgr.smithi115.ltfvnr (mgr.14180) 813 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:19.896 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:20.898 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:20.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:15:19.127981+0000 mgr.smithi115.ltfvnr (mgr.14180) 814 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:20.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:19.530733+0000 mgr.smithi115.ltfvnr (mgr.14180) 815 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:21.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:15:19.127981+0000 mgr.smithi115.ltfvnr (mgr.14180) 814 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:21.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:19.530733+0000 mgr.smithi115.ltfvnr (mgr.14180) 815 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:22.851 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:21.531199+0000 mgr.smithi115.ltfvnr (mgr.14180) 816 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:22.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:21.531199+0000 mgr.smithi115.ltfvnr (mgr.14180) 816 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:23.304 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:15:23.304 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:24.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:24.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:15:23.299851+0000 mgr.smithi115.ltfvnr (mgr.14180) 817 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:24.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:23.531914+0000 mgr.smithi115.ltfvnr (mgr.14180) 818 : 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 2024-02-11T17:15:25.146 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:25.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:15:23.299851+0000 mgr.smithi115.ltfvnr (mgr.14180) 817 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:25.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:23.531914+0000 mgr.smithi115.ltfvnr (mgr.14180) 818 : 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 2024-02-11T17:15:26.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:25.532381+0000 mgr.smithi115.ltfvnr (mgr.14180) 819 : 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 2024-02-11T17:15:27.137 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:25.532381+0000 mgr.smithi115.ltfvnr (mgr.14180) 819 : 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 2024-02-11T17:15:27.565 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:15:27.566 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:28.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:29.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:27.532827+0000 mgr.smithi115.ltfvnr (mgr.14180) 820 : 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 2024-02-11T17:15:29.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:15:27.561041+0000 mgr.smithi115.ltfvnr (mgr.14180) 821 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:29.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:27.532827+0000 mgr.smithi115.ltfvnr (mgr.14180) 820 : 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 2024-02-11T17:15:29.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:15:27.561041+0000 mgr.smithi115.ltfvnr (mgr.14180) 821 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:29.341 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:30.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:29.533325+0000 mgr.smithi115.ltfvnr (mgr.14180) 822 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:31.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:29.533325+0000 mgr.smithi115.ltfvnr (mgr.14180) 822 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:31.662 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:15:31.663 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:32.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:33.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:31.533649+0000 mgr.smithi115.ltfvnr (mgr.14180) 823 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:33.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:15:31.657791+0000 mgr.smithi115.ltfvnr (mgr.14180) 824 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:33.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:31.533649+0000 mgr.smithi115.ltfvnr (mgr.14180) 823 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:33.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:15:31.657791+0000 mgr.smithi115.ltfvnr (mgr.14180) 824 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:33.456 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:34.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:33.534272+0000 mgr.smithi115.ltfvnr (mgr.14180) 825 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:35.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:33.534272+0000 mgr.smithi115.ltfvnr (mgr.14180) 825 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:35.767 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:15:35.767 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:36.595 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:36.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:35.534807+0000 mgr.smithi115.ltfvnr (mgr.14180) 826 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:36.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:15:35.762013+0000 mgr.smithi115.ltfvnr (mgr.14180) 827 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:37.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:35.534807+0000 mgr.smithi115.ltfvnr (mgr.14180) 826 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:37.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:15:35.762013+0000 mgr.smithi115.ltfvnr (mgr.14180) 827 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:37.596 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:39.113 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:37.535267+0000 mgr.smithi115.ltfvnr (mgr.14180) 828 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:39.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:37.535267+0000 mgr.smithi115.ltfvnr (mgr.14180) 828 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:39.829 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:15:39.829 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:40.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:40.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:39.535890+0000 mgr.smithi115.ltfvnr (mgr.14180) 829 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:40.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:15:39.824480+0000 mgr.smithi115.ltfvnr (mgr.14180) 830 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:41.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:39.535890+0000 mgr.smithi115.ltfvnr (mgr.14180) 829 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:41.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:15:39.824480+0000 mgr.smithi115.ltfvnr (mgr.14180) 830 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:41.634 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:43.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:41.536496+0000 mgr.smithi115.ltfvnr (mgr.14180) 831 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:43.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:41.536496+0000 mgr.smithi115.ltfvnr (mgr.14180) 831 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:44.138 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:15:44.139 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:44.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:43.537154+0000 mgr.smithi115.ltfvnr (mgr.14180) 832 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:44.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:45.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:43.537154+0000 mgr.smithi115.ltfvnr (mgr.14180) 832 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:45.988 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:46.020 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:15:44.133739+0000 mgr.smithi115.ltfvnr (mgr.14180) 833 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:46.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:15:44.133739+0000 mgr.smithi115.ltfvnr (mgr.14180) 833 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:47.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:45.537608+0000 mgr.smithi115.ltfvnr (mgr.14180) 834 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:47.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:45.537608+0000 mgr.smithi115.ltfvnr (mgr.14180) 834 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:48.264 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:15:48.264 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:48.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:47.538019+0000 mgr.smithi115.ltfvnr (mgr.14180) 835 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:49.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:49.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:47.538019+0000 mgr.smithi115.ltfvnr (mgr.14180) 835 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:50.061 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:50.094 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:15:48.258959+0000 mgr.smithi115.ltfvnr (mgr.14180) 836 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:50.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:15:48.258959+0000 mgr.smithi115.ltfvnr (mgr.14180) 836 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:50.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:50 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:49.538525+0000 mgr.smithi115.ltfvnr (mgr.14180) 837 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:51.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:50 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:49.538525+0000 mgr.smithi115.ltfvnr (mgr.14180) 837 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:52.407 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:15:52.407 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:53.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:51.538981+0000 mgr.smithi115.ltfvnr (mgr.14180) 838 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:53.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:51.538981+0000 mgr.smithi115.ltfvnr (mgr.14180) 838 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:53.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:54.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:15:52.402687+0000 mgr.smithi115.ltfvnr (mgr.14180) 839 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:54.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:15:52.402687+0000 mgr.smithi115.ltfvnr (mgr.14180) 839 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:54.376 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:55.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:53.539421+0000 mgr.smithi115.ltfvnr (mgr.14180) 840 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:55.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:53.539421+0000 mgr.smithi115.ltfvnr (mgr.14180) 840 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:56.758 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:15:56.759 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:57.154 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:55.539893+0000 mgr.smithi115.ltfvnr (mgr.14180) 841 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:57.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:55.539893+0000 mgr.smithi115.ltfvnr (mgr.14180) 841 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:57.566 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:57.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:15:56.753317+0000 mgr.smithi115.ltfvnr (mgr.14180) 842 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:58.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:15:56.753317+0000 mgr.smithi115.ltfvnr (mgr.14180) 842 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:58.568 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:58.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:15:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:57.540347+0000 mgr.smithi115.ltfvnr (mgr.14180) 843 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:59.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:15:58 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:57.540347+0000 mgr.smithi115.ltfvnr (mgr.14180) 843 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:00.882 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:16:00.882 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:01.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:15:59.540982+0000 mgr.smithi115.ltfvnr (mgr.14180) 844 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:01.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:15:59.540982+0000 mgr.smithi115.ltfvnr (mgr.14180) 844 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:01.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:01.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:16:00.877584+0000 mgr.smithi115.ltfvnr (mgr.14180) 845 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:02.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:16:00.877584+0000 mgr.smithi115.ltfvnr (mgr.14180) 845 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:02.679 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:03.111 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:01.541441+0000 mgr.smithi115.ltfvnr (mgr.14180) 846 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:03.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:02 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:01.541441+0000 mgr.smithi115.ltfvnr (mgr.14180) 846 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:04.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:04 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:03.541966+0000 mgr.smithi115.ltfvnr (mgr.14180) 847 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:04.988 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:16:04.989 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:05.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:04 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:03.541966+0000 mgr.smithi115.ltfvnr (mgr.14180) 847 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:05.795 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:06.795 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:07.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:16:04.983960+0000 mgr.smithi115.ltfvnr (mgr.14180) 848 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:07.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:05.542432+0000 mgr.smithi115.ltfvnr (mgr.14180) 849 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:07.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:06 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:16:04.983960+0000 mgr.smithi115.ltfvnr (mgr.14180) 848 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:07.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:06 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:05.542432+0000 mgr.smithi115.ltfvnr (mgr.14180) 849 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:08.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:07.542822+0000 mgr.smithi115.ltfvnr (mgr.14180) 850 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:09.106 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:16:09.106 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:09.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:07.542822+0000 mgr.smithi115.ltfvnr (mgr.14180) 850 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:09.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:10.916 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:11.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:16:09.101179+0000 mgr.smithi115.ltfvnr (mgr.14180) 851 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:11.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:09.543293+0000 mgr.smithi115.ltfvnr (mgr.14180) 852 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:11.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:16:09.101179+0000 mgr.smithi115.ltfvnr (mgr.14180) 851 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:11.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:09.543293+0000 mgr.smithi115.ltfvnr (mgr.14180) 852 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:12.845 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:11.543742+0000 mgr.smithi115.ltfvnr (mgr.14180) 853 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:13.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:11.543742+0000 mgr.smithi115.ltfvnr (mgr.14180) 853 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:13.310 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:16:13.310 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:14.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:15.035 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:15.068 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:16:13.304929+0000 mgr.smithi115.ltfvnr (mgr.14180) 854 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:15.068 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:13.544179+0000 mgr.smithi115.ltfvnr (mgr.14180) 855 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:15.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:16:13.304929+0000 mgr.smithi115.ltfvnr (mgr.14180) 854 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:15.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:13.544179+0000 mgr.smithi115.ltfvnr (mgr.14180) 855 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:16.840 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:15.544869+0000 mgr.smithi115.ltfvnr (mgr.14180) 856 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:17.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:15.544869+0000 mgr.smithi115.ltfvnr (mgr.14180) 856 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:17.279 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:16:17.279 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:18.078 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:19.079 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:19.111 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:16:17.274717+0000 mgr.smithi115.ltfvnr (mgr.14180) 857 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:19.111 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:17.545245+0000 mgr.smithi115.ltfvnr (mgr.14180) 858 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:19.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:16:17.274717+0000 mgr.smithi115.ltfvnr (mgr.14180) 857 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:19.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:17.545245+0000 mgr.smithi115.ltfvnr (mgr.14180) 858 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:21.006 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:19.545795+0000 mgr.smithi115.ltfvnr (mgr.14180) 859 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:21.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:19.545795+0000 mgr.smithi115.ltfvnr (mgr.14180) 859 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:21.442 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:16:21.442 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:22.270 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:23.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:16:21.437086+0000 mgr.smithi115.ltfvnr (mgr.14180) 860 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:23.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:21.546164+0000 mgr.smithi115.ltfvnr (mgr.14180) 861 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:23.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:16:21.437086+0000 mgr.smithi115.ltfvnr (mgr.14180) 860 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:23.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:21.546164+0000 mgr.smithi115.ltfvnr (mgr.14180) 861 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:23.271 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:24.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:23.546606+0000 mgr.smithi115.ltfvnr (mgr.14180) 862 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:25.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:23.546606+0000 mgr.smithi115.ltfvnr (mgr.14180) 862 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:25.658 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:16:25.658 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:26.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:27.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:25.547070+0000 mgr.smithi115.ltfvnr (mgr.14180) 863 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:27.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:16:25.653824+0000 mgr.smithi115.ltfvnr (mgr.14180) 864 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:27.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:25.547070+0000 mgr.smithi115.ltfvnr (mgr.14180) 863 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:27.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:16:25.653824+0000 mgr.smithi115.ltfvnr (mgr.14180) 864 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:27.458 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:28.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:27.547506+0000 mgr.smithi115.ltfvnr (mgr.14180) 865 : 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 2024-02-11T17:16:29.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:27.547506+0000 mgr.smithi115.ltfvnr (mgr.14180) 865 : 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 2024-02-11T17:16:29.699 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:16:29.699 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:30.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:31.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:29.548014+0000 mgr.smithi115.ltfvnr (mgr.14180) 866 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:31.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:16:29.694072+0000 mgr.smithi115.ltfvnr (mgr.14180) 867 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:31.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:29.548014+0000 mgr.smithi115.ltfvnr (mgr.14180) 866 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:31.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:16:29.694072+0000 mgr.smithi115.ltfvnr (mgr.14180) 867 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:31.540 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:33.116 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:31.548372+0000 mgr.smithi115.ltfvnr (mgr.14180) 868 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:33.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:31.548372+0000 mgr.smithi115.ltfvnr (mgr.14180) 868 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:33.872 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:16:33.872 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:34.754 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:35.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:33.548991+0000 mgr.smithi115.ltfvnr (mgr.14180) 869 : 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 2024-02-11T17:16:35.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:16:33.867695+0000 mgr.smithi115.ltfvnr (mgr.14180) 870 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:35.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:33.548991+0000 mgr.smithi115.ltfvnr (mgr.14180) 869 : 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 2024-02-11T17:16:35.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:16:33.867695+0000 mgr.smithi115.ltfvnr (mgr.14180) 870 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:35.754 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:37.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:35.549528+0000 mgr.smithi115.ltfvnr (mgr.14180) 871 : 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 2024-02-11T17:16:37.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:35.549528+0000 mgr.smithi115.ltfvnr (mgr.14180) 871 : 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 2024-02-11T17:16:37.953 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:16:37.953 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:38.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:39.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:37.549913+0000 mgr.smithi115.ltfvnr (mgr.14180) 872 : 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 2024-02-11T17:16:39.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:16:37.948393+0000 mgr.smithi115.ltfvnr (mgr.14180) 873 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:39.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:37.549913+0000 mgr.smithi115.ltfvnr (mgr.14180) 872 : 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 2024-02-11T17:16:39.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:16:37.948393+0000 mgr.smithi115.ltfvnr (mgr.14180) 873 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:39.760 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:41.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:39.550575+0000 mgr.smithi115.ltfvnr (mgr.14180) 874 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:41.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:39.550575+0000 mgr.smithi115.ltfvnr (mgr.14180) 874 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:41.972 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:16:41.972 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:42.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:43.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:41.550921+0000 mgr.smithi115.ltfvnr (mgr.14180) 875 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:43.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:16:41.966987+0000 mgr.smithi115.ltfvnr (mgr.14180) 876 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:43.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:41.550921+0000 mgr.smithi115.ltfvnr (mgr.14180) 875 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:43.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:16:41.966987+0000 mgr.smithi115.ltfvnr (mgr.14180) 876 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:43.781 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:45.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:43.551620+0000 mgr.smithi115.ltfvnr (mgr.14180) 877 : 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 2024-02-11T17:16:45.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:43.551620+0000 mgr.smithi115.ltfvnr (mgr.14180) 877 : 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 2024-02-11T17:16:46.105 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:16:46.105 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:46.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:47.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:45.552263+0000 mgr.smithi115.ltfvnr (mgr.14180) 878 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:47.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:45.552263+0000 mgr.smithi115.ltfvnr (mgr.14180) 878 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:47.984 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:48.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:16:46.100365+0000 mgr.smithi115.ltfvnr (mgr.14180) 879 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:48.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:16:46.100365+0000 mgr.smithi115.ltfvnr (mgr.14180) 879 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:49.139 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:47.552661+0000 mgr.smithi115.ltfvnr (mgr.14180) 880 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:49.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:47.552661+0000 mgr.smithi115.ltfvnr (mgr.14180) 880 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:50.226 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:16:50.227 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:51.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:51.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:50 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:49.553164+0000 mgr.smithi115.ltfvnr (mgr.14180) 881 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:51.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:50 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:49.553164+0000 mgr.smithi115.ltfvnr (mgr.14180) 881 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:52.089 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:52.124 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:16:50.221824+0000 mgr.smithi115.ltfvnr (mgr.14180) 882 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:52.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:16:50.221824+0000 mgr.smithi115.ltfvnr (mgr.14180) 882 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:53.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:51.553539+0000 mgr.smithi115.ltfvnr (mgr.14180) 883 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:53.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:51.553539+0000 mgr.smithi115.ltfvnr (mgr.14180) 883 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:54.294 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:16:54.294 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:55.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:53.554027+0000 mgr.smithi115.ltfvnr (mgr.14180) 884 : 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 2024-02-11T17:16:55.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:53.554027+0000 mgr.smithi115.ltfvnr (mgr.14180) 884 : 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 2024-02-11T17:16:55.258 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:56.174 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:16:54.289324+0000 mgr.smithi115.ltfvnr (mgr.14180) 885 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:56.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:16:54.289324+0000 mgr.smithi115.ltfvnr (mgr.14180) 885 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:56.259 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:57.039 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:55.554562+0000 mgr.smithi115.ltfvnr (mgr.14180) 886 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:57.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:55.554562+0000 mgr.smithi115.ltfvnr (mgr.14180) 886 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:58.611 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:16:58.612 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:58.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:57.554983+0000 mgr.smithi115.ltfvnr (mgr.14180) 887 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:59.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:58 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:57.554983+0000 mgr.smithi115.ltfvnr (mgr.14180) 887 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:59.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:00.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:16:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:16:58.606445+0000 mgr.smithi115.ltfvnr (mgr.14180) 888 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:00.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:16:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:16:58.606445+0000 mgr.smithi115.ltfvnr (mgr.14180) 888 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:00.452 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:01.163 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:16:59.555460+0000 mgr.smithi115.ltfvnr (mgr.14180) 889 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:01.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:16:59.555460+0000 mgr.smithi115.ltfvnr (mgr.14180) 889 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:02.792 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:17:02.793 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:03.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:01.555868+0000 mgr.smithi115.ltfvnr (mgr.14180) 890 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:17:03.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:02 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:01.555868+0000 mgr.smithi115.ltfvnr (mgr.14180) 890 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:17:03.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:04.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:17:02.786061+0000 mgr.smithi115.ltfvnr (mgr.14180) 891 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:04.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:17:02.786061+0000 mgr.smithi115.ltfvnr (mgr.14180) 891 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:04.653 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:05.132 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:04 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:03.556277+0000 mgr.smithi115.ltfvnr (mgr.14180) 892 : 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 2024-02-11T17:17:05.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:04 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:03.556277+0000 mgr.smithi115.ltfvnr (mgr.14180) 892 : 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 2024-02-11T17:17:06.954 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:17:06.954 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:07.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:05.557040+0000 mgr.smithi115.ltfvnr (mgr.14180) 893 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:17:07.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:06 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:05.557040+0000 mgr.smithi115.ltfvnr (mgr.14180) 893 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:17:07.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:08.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:17:06.948994+0000 mgr.smithi115.ltfvnr (mgr.14180) 894 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:08.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:17:06.948994+0000 mgr.smithi115.ltfvnr (mgr.14180) 894 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:08.801 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:09.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:07.557390+0000 mgr.smithi115.ltfvnr (mgr.14180) 895 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:17:09.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:07.557390+0000 mgr.smithi115.ltfvnr (mgr.14180) 895 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:17:11.048 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:17:11.049 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:11.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:09.558085+0000 mgr.smithi115.ltfvnr (mgr.14180) 896 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:11.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:09.558085+0000 mgr.smithi115.ltfvnr (mgr.14180) 896 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:11.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:12.813 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:13.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:17:11.043500+0000 mgr.smithi115.ltfvnr (mgr.14180) 897 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:13.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:11.558424+0000 mgr.smithi115.ltfvnr (mgr.14180) 898 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:17:13.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:17:11.043500+0000 mgr.smithi115.ltfvnr (mgr.14180) 897 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:13.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:11.558424+0000 mgr.smithi115.ltfvnr (mgr.14180) 898 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:17:14.967 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:17:14.968 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:15.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:13.558897+0000 mgr.smithi115.ltfvnr (mgr.14180) 899 : 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 2024-02-11T17:17:15.372 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:13.558897+0000 mgr.smithi115.ltfvnr (mgr.14180) 899 : 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 2024-02-11T17:17:15.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:16.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:17:14.963159+0000 mgr.smithi115.ltfvnr (mgr.14180) 900 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:16.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:17:14.963159+0000 mgr.smithi115.ltfvnr (mgr.14180) 900 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:16.827 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:17.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:15.559397+0000 mgr.smithi115.ltfvnr (mgr.14180) 901 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:17:17.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:15.559397+0000 mgr.smithi115.ltfvnr (mgr.14180) 901 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:17:19.102 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:17:19.103 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:19.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:17.559767+0000 mgr.smithi115.ltfvnr (mgr.14180) 902 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:17:19.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:17.559767+0000 mgr.smithi115.ltfvnr (mgr.14180) 902 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:17:19.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:20.922 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:21.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:17:19.097254+0000 mgr.smithi115.ltfvnr (mgr.14180) 903 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:21.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:19.560520+0000 mgr.smithi115.ltfvnr (mgr.14180) 904 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:21.404 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:17:19.097254+0000 mgr.smithi115.ltfvnr (mgr.14180) 903 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:21.405 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:19.560520+0000 mgr.smithi115.ltfvnr (mgr.14180) 904 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:23.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:21.561005+0000 mgr.smithi115.ltfvnr (mgr.14180) 905 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:17:23.237 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:17:23.237 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:23.259 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:21.561005+0000 mgr.smithi115.ltfvnr (mgr.14180) 905 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:17:24.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:25.096 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:25.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:17:23.232473+0000 mgr.smithi115.ltfvnr (mgr.14180) 906 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:25.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:23.561454+0000 mgr.smithi115.ltfvnr (mgr.14180) 907 : 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 2024-02-11T17:17:25.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:17:23.232473+0000 mgr.smithi115.ltfvnr (mgr.14180) 906 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:25.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:23.561454+0000 mgr.smithi115.ltfvnr (mgr.14180) 907 : 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 2024-02-11T17:17:27.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:25.562076+0000 mgr.smithi115.ltfvnr (mgr.14180) 908 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:17:27.343 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:17:27.343 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:53.456991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.irpwko on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-irpwko\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.irpwko\nDeploy daemon haproxy.nfs.foo.smithi195.irpwko ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.820127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.anmsgc on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-anmsgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.anmsgc\nDeploy daemon haproxy.nfs.foo.smithi115.anmsgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:22.821369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.trlodm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:27.368 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:25.562076+0000 mgr.smithi115.ltfvnr (mgr.14180) 908 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:17:28.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:29.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:17:27.338451+0000 mgr.smithi115.ltfvnr (mgr.14180) 909 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:29.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:27.562728+0000 mgr.smithi115.ltfvnr (mgr.14180) 910 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:17:29.204 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:29.237 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:17:27.338451+0000 mgr.smithi115.ltfvnr (mgr.14180) 909 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:29.238 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:27.562728+0000 mgr.smithi115.ltfvnr (mgr.14180) 910 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:17:31.229 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:29.563244+0000 mgr.smithi115.ltfvnr (mgr.14180) 911 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:31.229 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:17:30.653466+0000 mon.smithi115 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi115.dswlgk"}]: dispatch 2024-02-11T17:17:31.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:29.563244+0000 mgr.smithi115.ltfvnr (mgr.14180) 911 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:31.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:17:30.653466+0000 mon.smithi115 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi115.dswlgk"}]: dispatch 2024-02-11T17:17:31.609 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:17:31.609 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:32.345 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:17:30.652940+0000 mgr.smithi115.ltfvnr (mgr.14180) 912 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk 2024-02-11T17:17:32.346 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk 2024-02-11T17:17:32.346 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk 2024-02-11T17:17:32.346 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk 2024-02-11T17:17:32.346 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi115.dswlgk ... 2024-02-11T17:17:32.346 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:32.346 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:17:32.346 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:15:38Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:17:32.346 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:16:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:17:32.346 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:16:53Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:17:32.346 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:17:32.346 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:32.346 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Traceback (most recent call last): 2024-02-11T17:17:32.346 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:17:32.346 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: yield (conn, connr) 2024-02-11T17:17:32.347 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:17:32.347 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: code, '\n'.join(err))) 2024-02-11T17:17:32.347 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk 2024-02-11T17:17:32.347 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk 2024-02-11T17:17:32.347 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk 2024-02-11T17:17:32.347 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk 2024-02-11T17:17:32.347 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi115.dswlgk ... 2024-02-11T17:17:32.347 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:32.347 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:17:32.347 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:15:38Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:17:32.347 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:16:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:17:32.347 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:16:53Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:17:32.347 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:17:32.347 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:32.348 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:17:30.653125+0000 mgr.smithi115.ltfvnr (mgr.14180) 913 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi115.dswlgk 2024-02-11T17:17:32.348 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:17:30.654082+0000 mgr.smithi115.ltfvnr (mgr.14180) 914 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk 2024-02-11T17:17:32.348 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk 2024-02-11T17:17:32.348 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk 2024-02-11T17:17:32.348 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk 2024-02-11T17:17:32.348 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi115.dswlgk ... 2024-02-11T17:17:32.348 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:32.348 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:17:32.348 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:15:38Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:17:32.348 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:16:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:17:32.348 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:16:53Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:17:32.348 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:17:32.348 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:32.348 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:17:30.655601+0000 mgr.smithi115.ltfvnr (mgr.14180) 915 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:17:32.349 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:17:30.656642+0000 mgr.smithi115.ltfvnr (mgr.14180) 916 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:17:32.349 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:30.657281+0000 mgr.smithi115.ltfvnr (mgr.14180) 917 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-11T17:17:32.349 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:30.949626+0000 mon.smithi115 (mon.0) 734 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:17:32.349 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:17:31.212933+0000 mon.smithi115 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:17:32.349 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:17:31.693021+0000 mon.smithi115 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:17:32.366 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:32.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:17:30.652940+0000 mgr.smithi115.ltfvnr (mgr.14180) 912 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk 2024-02-11T17:17:32.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk 2024-02-11T17:17:32.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk 2024-02-11T17:17:32.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk 2024-02-11T17:17:32.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi115.dswlgk ... 2024-02-11T17:17:32.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:32.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:17:32.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:15:38Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:17:32.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:16:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:17:32.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:16:53Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:17:32.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:17:32.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:32.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Traceback (most recent call last): 2024-02-11T17:17:32.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:17:32.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: yield (conn, connr) 2024-02-11T17:17:32.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:17:32.452 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: code, '\n'.join(err))) 2024-02-11T17:17:32.452 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk 2024-02-11T17:17:32.452 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk 2024-02-11T17:17:32.452 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk 2024-02-11T17:17:32.452 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk 2024-02-11T17:17:32.452 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi115.dswlgk ... 2024-02-11T17:17:32.452 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:32.452 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:17:32.452 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:15:38Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:17:32.452 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:16:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:17:32.452 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:16:53Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:17:32.452 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:17:32.452 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:32.452 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:17:30.653125+0000 mgr.smithi115.ltfvnr (mgr.14180) 913 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi115.dswlgk 2024-02-11T17:17:32.453 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:17:30.654082+0000 mgr.smithi115.ltfvnr (mgr.14180) 914 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk 2024-02-11T17:17:32.453 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk 2024-02-11T17:17:32.453 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk 2024-02-11T17:17:32.453 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk 2024-02-11T17:17:32.453 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi115.dswlgk ... 2024-02-11T17:17:32.453 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:32.453 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:17:32.453 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:15:38Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:17:32.453 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:16:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:17:32.453 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:16:53Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:17:32.453 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:17:32.453 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:32.453 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:17:30.655601+0000 mgr.smithi115.ltfvnr (mgr.14180) 915 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:17:32.453 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:17:30.656642+0000 mgr.smithi115.ltfvnr (mgr.14180) 916 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:17:32.454 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:30.657281+0000 mgr.smithi115.ltfvnr (mgr.14180) 917 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-11T17:17:32.454 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:30.949626+0000 mon.smithi115 (mon.0) 734 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:17:32.454 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:17:31.212933+0000 mon.smithi115 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:17:32.454 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:17:31.693021+0000 mon.smithi115 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:17:33.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:17:31.604526+0000 mgr.smithi115.ltfvnr (mgr.14180) 918 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:33.366 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:33.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:17:31.604526+0000 mgr.smithi115.ltfvnr (mgr.14180) 918 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:34.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:32.658009+0000 mgr.smithi115.ltfvnr (mgr.14180) 919 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-11T17:17:34.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:32.658009+0000 mgr.smithi115.ltfvnr (mgr.14180) 919 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-11T17:17:35.829 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:17:35.830 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:36.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:34.658760+0000 mgr.smithi115.ltfvnr (mgr.14180) 920 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-11T17:17:36.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:34.658760+0000 mgr.smithi115.ltfvnr (mgr.14180) 920 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-11T17:17:36.478 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:37.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:17:35.824715+0000 mgr.smithi115.ltfvnr (mgr.14180) 921 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:37.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:17:35.824715+0000 mgr.smithi115.ltfvnr (mgr.14180) 921 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:37.479 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:38.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:36.659336+0000 mgr.smithi115.ltfvnr (mgr.14180) 922 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-11T17:17:38.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:36.659336+0000 mgr.smithi115.ltfvnr (mgr.14180) 922 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-11T17:17:39.893 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:17:39.893 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:40.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:38.660035+0000 mgr.smithi115.ltfvnr (mgr.14180) 923 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-11T17:17:40.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:38.660035+0000 mgr.smithi115.ltfvnr (mgr.14180) 923 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-11T17:17:40.621 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:41.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:17:39.888570+0000 mgr.smithi115.ltfvnr (mgr.14180) 924 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:41.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:17:39.888570+0000 mgr.smithi115.ltfvnr (mgr.14180) 924 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:41.622 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:42.406 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:40.660591+0000 mgr.smithi115.ltfvnr (mgr.14180) 925 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-11T17:17:42.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:40.660591+0000 mgr.smithi115.ltfvnr (mgr.14180) 925 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-11T17:17:43.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:42.661281+0000 mgr.smithi115.ltfvnr (mgr.14180) 926 : 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 2024-02-11T17:17:43.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:42.661281+0000 mgr.smithi115.ltfvnr (mgr.14180) 926 : 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 2024-02-11T17:17:43.950 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:17:43.950 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:44.322 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:17:43.944650+0000 mgr.smithi115.ltfvnr (mgr.14180) 927 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:44.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:17:43.944650+0000 mgr.smithi115.ltfvnr (mgr.14180) 927 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:44.726 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:45.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:44.661932+0000 mgr.smithi115.ltfvnr (mgr.14180) 928 : 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 2024-02-11T17:17:45.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:44.661932+0000 mgr.smithi115.ltfvnr (mgr.14180) 928 : 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 2024-02-11T17:17:45.727 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:47.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:46.662385+0000 mgr.smithi115.ltfvnr (mgr.14180) 929 : 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 2024-02-11T17:17:48.017 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:17:48.017 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:48.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:46.662385+0000 mgr.smithi115.ltfvnr (mgr.14180) 929 : 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 2024-02-11T17:17:48.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:49.860 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:50.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:17:48.012529+0000 mgr.smithi115.ltfvnr (mgr.14180) 930 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:50.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:48.663025+0000 mgr.smithi115.ltfvnr (mgr.14180) 931 : 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 2024-02-11T17:17:50.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:17:48.012529+0000 mgr.smithi115.ltfvnr (mgr.14180) 930 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:50.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:48.663025+0000 mgr.smithi115.ltfvnr (mgr.14180) 931 : 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 2024-02-11T17:17:51.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:50.663856+0000 mgr.smithi115.ltfvnr (mgr.14180) 932 : 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 2024-02-11T17:17:52.062 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:17:52.062 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:52.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:50.663856+0000 mgr.smithi115.ltfvnr (mgr.14180) 932 : 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 2024-02-11T17:17:52.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:53.813 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:54.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:17:52.057922+0000 mgr.smithi115.ltfvnr (mgr.14180) 933 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:54.181 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:52.664392+0000 mgr.smithi115.ltfvnr (mgr.14180) 934 : 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 2024-02-11T17:17:54.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:17:52.057922+0000 mgr.smithi115.ltfvnr (mgr.14180) 933 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:54.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:52.664392+0000 mgr.smithi115.ltfvnr (mgr.14180) 934 : 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 2024-02-11T17:17:55.878 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:54.665086+0000 mgr.smithi115.ltfvnr (mgr.14180) 935 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:17:56.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:54.665086+0000 mgr.smithi115.ltfvnr (mgr.14180) 935 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:17:56.346 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:17:56.347 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:57.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:58.082 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:58.116 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:17:56.342323+0000 mgr.smithi115.ltfvnr (mgr.14180) 936 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:58.116 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:56.665610+0000 mgr.smithi115.ltfvnr (mgr.14180) 937 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:17:58.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:17:56.342323+0000 mgr.smithi115.ltfvnr (mgr.14180) 936 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:58.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:56.665610+0000 mgr.smithi115.ltfvnr (mgr.14180) 937 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:00.036 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:17:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:17:58.666267+0000 mgr.smithi115.ltfvnr (mgr.14180) 938 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:00.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:17:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:17:58.666267+0000 mgr.smithi115.ltfvnr (mgr.14180) 938 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:00.475 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:18:00.475 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:01.246 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:02.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:00.470418+0000 mgr.smithi115.ltfvnr (mgr.14180) 939 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:02.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:00.667116+0000 mgr.smithi115.ltfvnr (mgr.14180) 940 : 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 2024-02-11T17:18:02.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:00.470418+0000 mgr.smithi115.ltfvnr (mgr.14180) 939 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:02.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:00.667116+0000 mgr.smithi115.ltfvnr (mgr.14180) 940 : 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 2024-02-11T17:18:02.247 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:04.155 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:02.667657+0000 mgr.smithi115.ltfvnr (mgr.14180) 941 : 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 2024-02-11T17:18:04.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:02.667657+0000 mgr.smithi115.ltfvnr (mgr.14180) 941 : 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 2024-02-11T17:18:04.590 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:18:04.590 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:05.375 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:06.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:04.581385+0000 mgr.smithi115.ltfvnr (mgr.14180) 942 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:06.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:04.668459+0000 mgr.smithi115.ltfvnr (mgr.14180) 943 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:06.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:04.581385+0000 mgr.smithi115.ltfvnr (mgr.14180) 942 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:06.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:04.668459+0000 mgr.smithi115.ltfvnr (mgr.14180) 943 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:06.377 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:07.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:06.668992+0000 mgr.smithi115.ltfvnr (mgr.14180) 944 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:08.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:06.668992+0000 mgr.smithi115.ltfvnr (mgr.14180) 944 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:08.641 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:18:08.641 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:09.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:10.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:08.636651+0000 mgr.smithi115.ltfvnr (mgr.14180) 945 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:10.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:08.669738+0000 mgr.smithi115.ltfvnr (mgr.14180) 946 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:10.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:08.636651+0000 mgr.smithi115.ltfvnr (mgr.14180) 945 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:10.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:08.669738+0000 mgr.smithi115.ltfvnr (mgr.14180) 946 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:10.332 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:11.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:10.670451+0000 mgr.smithi115.ltfvnr (mgr.14180) 947 : 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 2024-02-11T17:18:12.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:10.670451+0000 mgr.smithi115.ltfvnr (mgr.14180) 947 : 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 2024-02-11T17:18:12.809 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:18:12.809 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:13.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:14.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:12.671020+0000 mgr.smithi115.ltfvnr (mgr.14180) 948 : 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 2024-02-11T17:18:14.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:12.804099+0000 mgr.smithi115.ltfvnr (mgr.14180) 949 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:14.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:12.671020+0000 mgr.smithi115.ltfvnr (mgr.14180) 948 : 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 2024-02-11T17:18:14.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:12.804099+0000 mgr.smithi115.ltfvnr (mgr.14180) 949 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:14.513 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:16.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:14.671737+0000 mgr.smithi115.ltfvnr (mgr.14180) 950 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:16.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:14.671737+0000 mgr.smithi115.ltfvnr (mgr.14180) 950 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:16.944 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:18:16.944 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:17.685 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:17.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:16.672202+0000 mgr.smithi115.ltfvnr (mgr.14180) 951 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:17.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:16.939683+0000 mgr.smithi115.ltfvnr (mgr.14180) 952 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:18.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:16.672202+0000 mgr.smithi115.ltfvnr (mgr.14180) 951 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:18.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:16.939683+0000 mgr.smithi115.ltfvnr (mgr.14180) 952 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:18.687 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:20.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:18.673052+0000 mgr.smithi115.ltfvnr (mgr.14180) 953 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:20.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:18.673052+0000 mgr.smithi115.ltfvnr (mgr.14180) 953 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:20.924 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:18:20.924 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:21.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:21.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:20.673868+0000 mgr.smithi115.ltfvnr (mgr.14180) 954 : 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 2024-02-11T17:18:21.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:20.919849+0000 mgr.smithi115.ltfvnr (mgr.14180) 955 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:22.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:20.673868+0000 mgr.smithi115.ltfvnr (mgr.14180) 954 : 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 2024-02-11T17:18:22.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:20.919849+0000 mgr.smithi115.ltfvnr (mgr.14180) 955 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:22.637 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:24.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:22.674420+0000 mgr.smithi115.ltfvnr (mgr.14180) 956 : 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 2024-02-11T17:18:24.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:22.674420+0000 mgr.smithi115.ltfvnr (mgr.14180) 956 : 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 2024-02-11T17:18:25.055 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:18:25.056 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:25.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:26.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:24.675325+0000 mgr.smithi115.ltfvnr (mgr.14180) 957 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:26.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:24.675325+0000 mgr.smithi115.ltfvnr (mgr.14180) 957 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:26.754 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:27.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:25.050983+0000 mgr.smithi115.ltfvnr (mgr.14180) 958 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:27.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:25.050983+0000 mgr.smithi115.ltfvnr (mgr.14180) 958 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:28.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:26.675953+0000 mgr.smithi115.ltfvnr (mgr.14180) 959 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:28.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:26.675953+0000 mgr.smithi115.ltfvnr (mgr.14180) 959 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:29.102 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:18:29.102 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:25.349590Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:25.350272Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:25.349775Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:25.349874Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:25.349944Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:25.350009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:29.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:30.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:28.676549+0000 mgr.smithi115.ltfvnr (mgr.14180) 960 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:30.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:28.676549+0000 mgr.smithi115.ltfvnr (mgr.14180) 960 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:30.899 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:31.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:29.097899+0000 mgr.smithi115.ltfvnr (mgr.14180) 961 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:31.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:30.659279+0000 mon.smithi115 (mon.0) 737 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:18:31.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:29.097899+0000 mgr.smithi115.ltfvnr (mgr.14180) 961 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:31.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:30.659279+0000 mon.smithi115 (mon.0) 737 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:18:32.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:30.677209+0000 mgr.smithi115.ltfvnr (mgr.14180) 962 : 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 2024-02-11T17:18:32.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:30.905927+0000 mon.smithi115 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:18:32.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:30.677209+0000 mgr.smithi115.ltfvnr (mgr.14180) 962 : 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 2024-02-11T17:18:32.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:30.905927+0000 mon.smithi115 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:18:33.279 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:18:33.280 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:30.845138Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:30.845643Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:30.844978Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:30.844832Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:30.845266Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:30.845394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:34.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:32.677809+0000 mgr.smithi115.ltfvnr (mgr.14180) 963 : 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 2024-02-11T17:18:34.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:33.069390+0000 mon.smithi115 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:18:34.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:32.677809+0000 mgr.smithi115.ltfvnr (mgr.14180) 963 : 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 2024-02-11T17:18:34.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:33.069390+0000 mon.smithi115 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:18:34.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:35.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:33.275129+0000 mgr.smithi115.ltfvnr (mgr.14180) 964 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:35.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:33.275129+0000 mgr.smithi115.ltfvnr (mgr.14180) 964 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:35.327 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:36.112 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:34.678428+0000 mgr.smithi115.ltfvnr (mgr.14180) 965 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:36.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:34.678428+0000 mgr.smithi115.ltfvnr (mgr.14180) 965 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:38.064 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:36.679086+0000 mgr.smithi115.ltfvnr (mgr.14180) 966 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:38.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:36.679086+0000 mgr.smithi115.ltfvnr (mgr.14180) 966 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:38.363 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:18:38.363 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:12:30.845070Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:12:30.845138Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:12:30.845203Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:12:30.845643Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:12:30.844978Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:12:30.844832Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:12:30.845704Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:12:30.845266Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:12:30.845394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:12:30.845331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:39.672 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:40.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:38.359030+0000 mgr.smithi115.ltfvnr (mgr.14180) 967 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:40.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:38.679806+0000 mgr.smithi115.ltfvnr (mgr.14180) 968 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:40.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:38.359030+0000 mgr.smithi115.ltfvnr (mgr.14180) 967 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:40.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:38.679806+0000 mgr.smithi115.ltfvnr (mgr.14180) 968 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:40.673 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:42.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:40.680581+0000 mgr.smithi115.ltfvnr (mgr.14180) 969 : 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 2024-02-11T17:18:42.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:41.148251+0000 mon.smithi115 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:18:42.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:41.570837+0000 mon.smithi115 (mon.0) 741 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:18:42.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:41.571442+0000 mon.smithi115 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:18:42.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:41.575383+0000 mon.smithi115 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:18:42.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:41.578877+0000 mon.smithi115 (mon.0) 744 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:18:42.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:41.588684+0000 mon.smithi115 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:18:42.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:40.680581+0000 mgr.smithi115.ltfvnr (mgr.14180) 969 : 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 2024-02-11T17:18:42.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:41.148251+0000 mon.smithi115 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:18:42.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:41.570837+0000 mon.smithi115 (mon.0) 741 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:18:42.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:41.571442+0000 mon.smithi115 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:18:42.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:41.575383+0000 mon.smithi115 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:18:42.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:41.578877+0000 mon.smithi115 (mon.0) 744 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:18:42.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:41.588684+0000 mon.smithi115 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:18:43.045 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:41.575908+0000 mgr.smithi115.ltfvnr (mgr.14180) 970 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-11T17:18:43.046 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:18:41.590807+0000 mgr.smithi115.ltfvnr (mgr.14180) 971 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi195.dmnwwn on smithi195 2024-02-11T17:18:43.046 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:42.573794+0000 mon.smithi115 (mon.0) 746 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:18:43.046 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:42.573816+0000 mon.smithi115 (mon.0) 747 : cluster [INF] Cluster is now healthy 2024-02-11T17:18:43.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:41.575908+0000 mgr.smithi115.ltfvnr (mgr.14180) 970 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-11T17:18:43.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:18:41.590807+0000 mgr.smithi115.ltfvnr (mgr.14180) 971 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi195.dmnwwn on smithi195 2024-02-11T17:18:43.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:42.573794+0000 mon.smithi115 (mon.0) 746 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:18:43.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:42.573816+0000 mon.smithi115 (mon.0) 747 : cluster [INF] Cluster is now healthy 2024-02-11T17:18:43.522 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:18:43.522 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:44.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:45.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:43.517785+0000 mgr.smithi115.ltfvnr (mgr.14180) 972 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:45.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:43.576355+0000 mgr.smithi115.ltfvnr (mgr.14180) 973 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-11T17:18:45.333 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:45.368 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:43.517785+0000 mgr.smithi115.ltfvnr (mgr.14180) 972 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:45.368 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:43.576355+0000 mgr.smithi115.ltfvnr (mgr.14180) 973 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-11T17:18:47.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:45.576818+0000 mgr.smithi115.ltfvnr (mgr.14180) 974 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-11T17:18:47.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:46.214404+0000 mon.smithi115 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:18:47.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:45.576818+0000 mgr.smithi115.ltfvnr (mgr.14180) 974 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-11T17:18:47.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:46.214404+0000 mon.smithi115 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:18:47.641 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:18:47.641 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:48.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:49.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:47.577158+0000 mgr.smithi115.ltfvnr (mgr.14180) 975 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-11T17:18:49.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:47.636673+0000 mgr.smithi115.ltfvnr (mgr.14180) 976 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:49.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:47.577158+0000 mgr.smithi115.ltfvnr (mgr.14180) 975 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-11T17:18:49.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:47.636673+0000 mgr.smithi115.ltfvnr (mgr.14180) 976 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:49.501 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:51.151 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:50 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:49.577782+0000 mgr.smithi115.ltfvnr (mgr.14180) 977 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-11T17:18:51.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:50 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:49.577782+0000 mgr.smithi115.ltfvnr (mgr.14180) 977 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-11T17:18:51.936 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:18:51.936 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:52.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:53.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:51.578113+0000 mgr.smithi115.ltfvnr (mgr.14180) 978 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-11T17:18:53.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:51.931059+0000 mgr.smithi115.ltfvnr (mgr.14180) 979 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:53.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:51.578113+0000 mgr.smithi115.ltfvnr (mgr.14180) 978 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-11T17:18:53.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:51.931059+0000 mgr.smithi115.ltfvnr (mgr.14180) 979 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:53.797 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:55.364 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:53.578859+0000 mgr.smithi115.ltfvnr (mgr.14180) 980 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:55.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:53.578859+0000 mgr.smithi115.ltfvnr (mgr.14180) 980 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:56.090 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:18:56.091 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:56.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:57.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:55.579595+0000 mgr.smithi115.ltfvnr (mgr.14180) 981 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:57.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:55.579595+0000 mgr.smithi115.ltfvnr (mgr.14180) 981 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:57.970 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:58.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:18:56.086064+0000 mgr.smithi115.ltfvnr (mgr.14180) 982 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:58.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:18:56.086064+0000 mgr.smithi115.ltfvnr (mgr.14180) 982 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:59.221 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:18:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:57.580054+0000 mgr.smithi115.ltfvnr (mgr.14180) 983 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:18:59.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:18:58 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:57.580054+0000 mgr.smithi115.ltfvnr (mgr.14180) 983 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:00.426 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:19:00.426 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:01.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:18:59.580636+0000 mgr.smithi115.ltfvnr (mgr.14180) 984 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:01.322 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:01.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:18:59.580636+0000 mgr.smithi115.ltfvnr (mgr.14180) 984 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:02.323 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:02.356 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:19:00.421159+0000 mgr.smithi115.ltfvnr (mgr.14180) 985 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:02.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:19:00.421159+0000 mgr.smithi115.ltfvnr (mgr.14180) 985 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:03.146 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:01.581045+0000 mgr.smithi115.ltfvnr (mgr.14180) 986 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:03.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:02 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:01.581045+0000 mgr.smithi115.ltfvnr (mgr.14180) 986 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:04.774 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:19:04.774 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:05.167 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:04 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:03.581547+0000 mgr.smithi115.ltfvnr (mgr.14180) 987 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:05.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:04 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:03.581547+0000 mgr.smithi115.ltfvnr (mgr.14180) 987 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:05.621 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:06.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:19:04.768632+0000 mgr.smithi115.ltfvnr (mgr.14180) 988 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:06.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:19:04.768632+0000 mgr.smithi115.ltfvnr (mgr.14180) 988 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:06.622 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:07.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:06 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:05.582263+0000 mgr.smithi115.ltfvnr (mgr.14180) 989 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:07.321 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:05.582263+0000 mgr.smithi115.ltfvnr (mgr.14180) 989 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:08.774 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:19:08.774 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:09.138 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:07.582766+0000 mgr.smithi115.ltfvnr (mgr.14180) 990 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:09.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:07.582766+0000 mgr.smithi115.ltfvnr (mgr.14180) 990 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:09.626 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:10.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:19:08.769210+0000 mgr.smithi115.ltfvnr (mgr.14180) 991 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:10.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:19:08.769210+0000 mgr.smithi115.ltfvnr (mgr.14180) 991 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:10.627 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:11.320 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:09.583187+0000 mgr.smithi115.ltfvnr (mgr.14180) 992 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:11.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:09.583187+0000 mgr.smithi115.ltfvnr (mgr.14180) 992 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:12.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:11.583630+0000 mgr.smithi115.ltfvnr (mgr.14180) 993 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:12.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:11.583630+0000 mgr.smithi115.ltfvnr (mgr.14180) 993 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:13.028 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:19:13.028 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:13.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:14.888 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:14.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:19:13.023124+0000 mgr.smithi115.ltfvnr (mgr.14180) 994 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:14.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:13.584328+0000 mgr.smithi115.ltfvnr (mgr.14180) 995 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:14.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:19:13.023124+0000 mgr.smithi115.ltfvnr (mgr.14180) 994 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:14.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:13.584328+0000 mgr.smithi115.ltfvnr (mgr.14180) 995 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:16.887 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:15.584830+0000 mgr.smithi115.ltfvnr (mgr.14180) 996 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:16.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:15.584830+0000 mgr.smithi115.ltfvnr (mgr.14180) 996 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:17.309 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:19:17.310 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:18.199 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:18.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:19:17.304569+0000 mgr.smithi115.ltfvnr (mgr.14180) 997 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:18.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:17.585241+0000 mgr.smithi115.ltfvnr (mgr.14180) 998 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:18.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:19:17.304569+0000 mgr.smithi115.ltfvnr (mgr.14180) 997 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:18.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:17.585241+0000 mgr.smithi115.ltfvnr (mgr.14180) 998 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:19.199 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:20.878 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:19.586018+0000 mgr.smithi115.ltfvnr (mgr.14180) 999 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:20.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:19.586018+0000 mgr.smithi115.ltfvnr (mgr.14180) 999 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:21.595 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:19:21.595 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:22.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:22.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:21.586349+0000 mgr.smithi115.ltfvnr (mgr.14180) 1000 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:22.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:19:21.590619+0000 mgr.smithi115.ltfvnr (mgr.14180) 1001 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:22.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:21.586349+0000 mgr.smithi115.ltfvnr (mgr.14180) 1000 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:22.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:19:21.590619+0000 mgr.smithi115.ltfvnr (mgr.14180) 1001 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:23.406 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:24.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:23.586871+0000 mgr.smithi115.ltfvnr (mgr.14180) 1002 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:24.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:23.586871+0000 mgr.smithi115.ltfvnr (mgr.14180) 1002 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:25.724 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:19:25.724 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:26.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:26.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:25.587309+0000 mgr.smithi115.ltfvnr (mgr.14180) 1003 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:26.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:19:25.719511+0000 mgr.smithi115.ltfvnr (mgr.14180) 1004 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:26.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:25.587309+0000 mgr.smithi115.ltfvnr (mgr.14180) 1003 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:26.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:19:25.719511+0000 mgr.smithi115.ltfvnr (mgr.14180) 1004 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:27.488 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:28.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:27.587740+0000 mgr.smithi115.ltfvnr (mgr.14180) 1005 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:28.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:27.587740+0000 mgr.smithi115.ltfvnr (mgr.14180) 1005 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:29.783 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:19:29.783 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:30.626 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:30.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:29.588255+0000 mgr.smithi115.ltfvnr (mgr.14180) 1006 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:30.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:19:29.778828+0000 mgr.smithi115.ltfvnr (mgr.14180) 1007 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:30.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:29.588255+0000 mgr.smithi115.ltfvnr (mgr.14180) 1006 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:30.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:19:29.778828+0000 mgr.smithi115.ltfvnr (mgr.14180) 1007 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:31.627 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:32.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:31.588626+0000 mgr.smithi115.ltfvnr (mgr.14180) 1008 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:33.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:31.588626+0000 mgr.smithi115.ltfvnr (mgr.14180) 1008 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:34.137 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:19:34.137 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:34.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:33.589207+0000 mgr.smithi115.ltfvnr (mgr.14180) 1009 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:34.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:33.589207+0000 mgr.smithi115.ltfvnr (mgr.14180) 1009 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:35.003 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:35.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:19:34.132470+0000 mgr.smithi115.ltfvnr (mgr.14180) 1010 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:36.004 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:36.037 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:19:34.132470+0000 mgr.smithi115.ltfvnr (mgr.14180) 1010 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:36.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:35.589967+0000 mgr.smithi115.ltfvnr (mgr.14180) 1011 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:36.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:35.589967+0000 mgr.smithi115.ltfvnr (mgr.14180) 1011 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:38.258 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:19:38.258 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:38.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:37.590388+0000 mgr.smithi115.ltfvnr (mgr.14180) 1012 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:38.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:37.590388+0000 mgr.smithi115.ltfvnr (mgr.14180) 1012 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:38.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:39.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:19:38.253515+0000 mgr.smithi115.ltfvnr (mgr.14180) 1013 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:39.965 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:39.997 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:19:38.253515+0000 mgr.smithi115.ltfvnr (mgr.14180) 1013 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:40.710 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:39.590955+0000 mgr.smithi115.ltfvnr (mgr.14180) 1014 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:40.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:39.590955+0000 mgr.smithi115.ltfvnr (mgr.14180) 1014 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:42.446 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:19:42.447 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:42.747 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:41.591530+0000 mgr.smithi115.ltfvnr (mgr.14180) 1015 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:42.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:41.591530+0000 mgr.smithi115.ltfvnr (mgr.14180) 1015 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:43.305 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:44.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:19:42.441906+0000 mgr.smithi115.ltfvnr (mgr.14180) 1016 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:44.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:19:42.441906+0000 mgr.smithi115.ltfvnr (mgr.14180) 1016 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:44.305 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:45.007 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:43.592211+0000 mgr.smithi115.ltfvnr (mgr.14180) 1017 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:45.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:43.592211+0000 mgr.smithi115.ltfvnr (mgr.14180) 1017 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:46.527 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:19:46.527 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:46.873 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:45.592731+0000 mgr.smithi115.ltfvnr (mgr.14180) 1018 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:47.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:45.592731+0000 mgr.smithi115.ltfvnr (mgr.14180) 1018 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:47.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:48.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:19:46.519479+0000 mgr.smithi115.ltfvnr (mgr.14180) 1019 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:48.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:19:46.519479+0000 mgr.smithi115.ltfvnr (mgr.14180) 1019 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:48.369 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:49.066 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:47.593370+0000 mgr.smithi115.ltfvnr (mgr.14180) 1020 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:49.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:47.593370+0000 mgr.smithi115.ltfvnr (mgr.14180) 1020 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:50.532 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:19:50.532 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:50.885 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:50 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:49.593843+0000 mgr.smithi115.ltfvnr (mgr.14180) 1021 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:51.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:50 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:49.593843+0000 mgr.smithi115.ltfvnr (mgr.14180) 1021 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:51.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:52.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:19:50.527313+0000 mgr.smithi115.ltfvnr (mgr.14180) 1022 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:52.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:19:50.527313+0000 mgr.smithi115.ltfvnr (mgr.14180) 1022 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:52.203 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:52.956 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:51.594298+0000 mgr.smithi115.ltfvnr (mgr.14180) 1023 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:53.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:51.594298+0000 mgr.smithi115.ltfvnr (mgr.14180) 1023 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:54.594 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:19:54.594 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:54.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:53.594872+0000 mgr.smithi115.ltfvnr (mgr.14180) 1024 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:55.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:53.594872+0000 mgr.smithi115.ltfvnr (mgr.14180) 1024 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:55.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:55.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:19:54.589237+0000 mgr.smithi115.ltfvnr (mgr.14180) 1025 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:56.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:19:54.589237+0000 mgr.smithi115.ltfvnr (mgr.14180) 1025 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:56.519 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:56.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:55.595325+0000 mgr.smithi115.ltfvnr (mgr.14180) 1026 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:57.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:55.595325+0000 mgr.smithi115.ltfvnr (mgr.14180) 1026 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:58.755 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:19:58.755 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:59.078 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:57.595760+0000 mgr.smithi115.ltfvnr (mgr.14180) 1027 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:59.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:58 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:57.595760+0000 mgr.smithi115.ltfvnr (mgr.14180) 1027 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:19:59.508 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:00.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:19:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:19:58.749917+0000 mgr.smithi115.ltfvnr (mgr.14180) 1028 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:00.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:19:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:19:58.749917+0000 mgr.smithi115.ltfvnr (mgr.14180) 1028 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:00.509 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:00.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:19:59.596535+0000 mgr.smithi115.ltfvnr (mgr.14180) 1029 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:00.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:00.000114+0000 mon.smithi115 (mon.0) 749 : cluster [INF] overall HEALTH_OK 2024-02-11T17:20:01.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:19:59.596535+0000 mgr.smithi115.ltfvnr (mgr.14180) 1029 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:01.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:00.000114+0000 mon.smithi115 (mon.0) 749 : cluster [INF] overall HEALTH_OK 2024-02-11T17:20:02.902 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:20:02.902 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:03.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:01.596891+0000 mgr.smithi115.ltfvnr (mgr.14180) 1030 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:03.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:02 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:01.596891+0000 mgr.smithi115.ltfvnr (mgr.14180) 1030 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:03.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:04.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:20:02.897844+0000 mgr.smithi115.ltfvnr (mgr.14180) 1031 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:04.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:20:02.897844+0000 mgr.smithi115.ltfvnr (mgr.14180) 1031 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:04.791 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:05.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:04 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:03.597591+0000 mgr.smithi115.ltfvnr (mgr.14180) 1032 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:05.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:04 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:03.597591+0000 mgr.smithi115.ltfvnr (mgr.14180) 1032 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:06.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:05.598110+0000 mgr.smithi115.ltfvnr (mgr.14180) 1033 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:07.121 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:20:07.121 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:07.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:06 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:05.598110+0000 mgr.smithi115.ltfvnr (mgr.14180) 1033 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:07.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:08.896 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:09.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:20:07.116170+0000 mgr.smithi115.ltfvnr (mgr.14180) 1034 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:09.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:07.598534+0000 mgr.smithi115.ltfvnr (mgr.14180) 1035 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:09.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:20:07.116170+0000 mgr.smithi115.ltfvnr (mgr.14180) 1034 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:09.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:07.598534+0000 mgr.smithi115.ltfvnr (mgr.14180) 1035 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:10.894 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:09.599102+0000 mgr.smithi115.ltfvnr (mgr.14180) 1036 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:11.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:09.599102+0000 mgr.smithi115.ltfvnr (mgr.14180) 1036 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:11.343 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:20:11.343 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:12.210 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:13.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:20:11.338931+0000 mgr.smithi115.ltfvnr (mgr.14180) 1037 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:13.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:11.599375+0000 mgr.smithi115.ltfvnr (mgr.14180) 1038 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:13.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:20:11.338931+0000 mgr.smithi115.ltfvnr (mgr.14180) 1037 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:13.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:11.599375+0000 mgr.smithi115.ltfvnr (mgr.14180) 1038 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:13.211 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:15.158 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:13.599868+0000 mgr.smithi115.ltfvnr (mgr.14180) 1039 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:15.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:13.599868+0000 mgr.smithi115.ltfvnr (mgr.14180) 1039 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:15.622 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:20:15.623 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:16.673 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:16.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:15.600304+0000 mgr.smithi115.ltfvnr (mgr.14180) 1040 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:16.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:20:15.618158+0000 mgr.smithi115.ltfvnr (mgr.14180) 1041 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:17.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:15.600304+0000 mgr.smithi115.ltfvnr (mgr.14180) 1040 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:17.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:20:15.618158+0000 mgr.smithi115.ltfvnr (mgr.14180) 1041 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:17.674 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:19.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:17.600780+0000 mgr.smithi115.ltfvnr (mgr.14180) 1042 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:19.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:17.600780+0000 mgr.smithi115.ltfvnr (mgr.14180) 1042 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:20.095 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:20:20.095 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:20.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:21.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:19.601317+0000 mgr.smithi115.ltfvnr (mgr.14180) 1043 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:21.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:19.601317+0000 mgr.smithi115.ltfvnr (mgr.14180) 1043 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:21.919 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:22.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:20:20.090819+0000 mgr.smithi115.ltfvnr (mgr.14180) 1044 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:22.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:20:20.090819+0000 mgr.smithi115.ltfvnr (mgr.14180) 1044 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:23.099 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:21.601852+0000 mgr.smithi115.ltfvnr (mgr.14180) 1045 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:23.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:21.601852+0000 mgr.smithi115.ltfvnr (mgr.14180) 1045 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:24.325 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:20:24.325 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:24.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:23.602390+0000 mgr.smithi115.ltfvnr (mgr.14180) 1046 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:24.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:25.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:23.602390+0000 mgr.smithi115.ltfvnr (mgr.14180) 1046 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:25.976 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:26.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:20:24.320601+0000 mgr.smithi115.ltfvnr (mgr.14180) 1047 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:26.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:20:24.320601+0000 mgr.smithi115.ltfvnr (mgr.14180) 1047 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:27.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:25.602974+0000 mgr.smithi115.ltfvnr (mgr.14180) 1048 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:27.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:25.602974+0000 mgr.smithi115.ltfvnr (mgr.14180) 1048 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:28.475 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:20:28.475 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:29.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:27.603356+0000 mgr.smithi115.ltfvnr (mgr.14180) 1049 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:29.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:27.603356+0000 mgr.smithi115.ltfvnr (mgr.14180) 1049 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:29.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:30.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:20:28.469934+0000 mgr.smithi115.ltfvnr (mgr.14180) 1050 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:30.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:20:28.469934+0000 mgr.smithi115.ltfvnr (mgr.14180) 1050 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:30.213 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:30.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:29.603958+0000 mgr.smithi115.ltfvnr (mgr.14180) 1051 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:31.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:29.603958+0000 mgr.smithi115.ltfvnr (mgr.14180) 1051 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:32.542 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:20:32.543 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:33.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:31.604435+0000 mgr.smithi115.ltfvnr (mgr.14180) 1052 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:33.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:31.604435+0000 mgr.smithi115.ltfvnr (mgr.14180) 1052 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:33.325 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:34.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:20:32.537568+0000 mgr.smithi115.ltfvnr (mgr.14180) 1053 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:34.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:20:32.537568+0000 mgr.smithi115.ltfvnr (mgr.14180) 1053 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:34.326 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:35.141 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:33.604952+0000 mgr.smithi115.ltfvnr (mgr.14180) 1054 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:35.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:33.604952+0000 mgr.smithi115.ltfvnr (mgr.14180) 1054 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:36.827 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:20:36.827 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:37.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:35.605668+0000 mgr.smithi115.ltfvnr (mgr.14180) 1055 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:37.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:35.605668+0000 mgr.smithi115.ltfvnr (mgr.14180) 1055 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:37.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:38.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:20:36.822498+0000 mgr.smithi115.ltfvnr (mgr.14180) 1056 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:38.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:20:36.822498+0000 mgr.smithi115.ltfvnr (mgr.14180) 1056 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:38.532 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:39.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:37.606054+0000 mgr.smithi115.ltfvnr (mgr.14180) 1057 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:39.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:37.606054+0000 mgr.smithi115.ltfvnr (mgr.14180) 1057 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:40.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:39.606598+0000 mgr.smithi115.ltfvnr (mgr.14180) 1058 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:41.039 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:20:41.039 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:41.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:39.606598+0000 mgr.smithi115.ltfvnr (mgr.14180) 1058 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:41.772 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:42.773 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:43.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:20:41.034861+0000 mgr.smithi115.ltfvnr (mgr.14180) 1059 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:43.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:41.607103+0000 mgr.smithi115.ltfvnr (mgr.14180) 1060 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:43.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:20:41.034861+0000 mgr.smithi115.ltfvnr (mgr.14180) 1059 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:43.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:41.607103+0000 mgr.smithi115.ltfvnr (mgr.14180) 1060 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:45.157 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:20:45.157 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:45.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:43.607611+0000 mgr.smithi115.ltfvnr (mgr.14180) 1061 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:45.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:43.607611+0000 mgr.smithi115.ltfvnr (mgr.14180) 1061 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:45.886 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:46.887 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:47.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:20:45.152076+0000 mgr.smithi115.ltfvnr (mgr.14180) 1062 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:47.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:45.608256+0000 mgr.smithi115.ltfvnr (mgr.14180) 1063 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:47.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:20:45.152076+0000 mgr.smithi115.ltfvnr (mgr.14180) 1062 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:47.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:45.608256+0000 mgr.smithi115.ltfvnr (mgr.14180) 1063 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:49.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:47.608624+0000 mgr.smithi115.ltfvnr (mgr.14180) 1064 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:49.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:47.608624+0000 mgr.smithi115.ltfvnr (mgr.14180) 1064 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:49.251 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:20:49.251 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:50.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:51.049 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:51.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:50 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:20:49.246363+0000 mgr.smithi115.ltfvnr (mgr.14180) 1065 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:51.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:50 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:49.609265+0000 mgr.smithi115.ltfvnr (mgr.14180) 1066 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:51.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:50 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:20:49.246363+0000 mgr.smithi115.ltfvnr (mgr.14180) 1065 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:51.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:50 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:49.609265+0000 mgr.smithi115.ltfvnr (mgr.14180) 1066 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:53.013 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:51.609660+0000 mgr.smithi115.ltfvnr (mgr.14180) 1067 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:53.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:51.609660+0000 mgr.smithi115.ltfvnr (mgr.14180) 1067 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:53.437 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:20:53.437 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:54.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:55.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:20:53.432796+0000 mgr.smithi115.ltfvnr (mgr.14180) 1068 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:55.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:53.610099+0000 mgr.smithi115.ltfvnr (mgr.14180) 1069 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:55.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:20:53.432796+0000 mgr.smithi115.ltfvnr (mgr.14180) 1068 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:55.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:53.610099+0000 mgr.smithi115.ltfvnr (mgr.14180) 1069 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:55.205 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:57.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:55.610505+0000 mgr.smithi115.ltfvnr (mgr.14180) 1070 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:57.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:55.610505+0000 mgr.smithi115.ltfvnr (mgr.14180) 1070 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:57.711 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:20:57.712 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:58.426 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:59.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:57.610911+0000 mgr.smithi115.ltfvnr (mgr.14180) 1071 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:59.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:20:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:20:57.706730+0000 mgr.smithi115.ltfvnr (mgr.14180) 1072 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:59.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:58 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:57.610911+0000 mgr.smithi115.ltfvnr (mgr.14180) 1071 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:20:59.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:20:58 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:20:57.706730+0000 mgr.smithi115.ltfvnr (mgr.14180) 1072 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:59.427 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:00.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:20:59.611456+0000 mgr.smithi115.ltfvnr (mgr.14180) 1073 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:01.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:20:59.611456+0000 mgr.smithi115.ltfvnr (mgr.14180) 1073 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:01.780 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:21:01.780 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:02.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:03.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:01.611805+0000 mgr.smithi115.ltfvnr (mgr.14180) 1074 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:03.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:21:01.775622+0000 mgr.smithi115.ltfvnr (mgr.14180) 1075 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:03.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:02 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:01.611805+0000 mgr.smithi115.ltfvnr (mgr.14180) 1074 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:03.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:02 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:21:01.775622+0000 mgr.smithi115.ltfvnr (mgr.14180) 1075 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:03.516 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:05.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:04 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:03.612256+0000 mgr.smithi115.ltfvnr (mgr.14180) 1076 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:05.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:04 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:03.612256+0000 mgr.smithi115.ltfvnr (mgr.14180) 1076 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:05.965 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:21:05.965 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:06.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:07.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:05.612837+0000 mgr.smithi115.ltfvnr (mgr.14180) 1077 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:07.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:21:05.959659+0000 mgr.smithi115.ltfvnr (mgr.14180) 1078 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:07.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:06 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:05.612837+0000 mgr.smithi115.ltfvnr (mgr.14180) 1077 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:07.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:06 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:21:05.959659+0000 mgr.smithi115.ltfvnr (mgr.14180) 1078 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:07.714 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:09.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:07.613296+0000 mgr.smithi115.ltfvnr (mgr.14180) 1079 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:09.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:07.613296+0000 mgr.smithi115.ltfvnr (mgr.14180) 1079 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:10.276 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:21:10.276 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:22.822397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.kodfwq on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:11.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:09.614027+0000 mgr.smithi115.ltfvnr (mgr.14180) 1080 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:11.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:21:10.869589+0000 mon.smithi115 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi195.dmnwwn"}]: dispatch 2024-02-11T17:21:11.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:09.614027+0000 mgr.smithi115.ltfvnr (mgr.14180) 1080 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:11.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:21:10.869589+0000 mon.smithi115 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi195.dmnwwn"}]: dispatch 2024-02-11T17:21:11.201 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:12.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:21:10.271395+0000 mgr.smithi115.ltfvnr (mgr.14180) 1081 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:12.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:21:10.869150+0000 mgr.smithi115.ltfvnr (mgr.14180) 1082 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn 2024-02-11T17:21:12.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn 2024-02-11T17:21:12.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn 2024-02-11T17:21:12.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn 2024-02-11T17:21:12.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi195.dmnwwn ... 2024-02-11T17:21:12.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:12.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:21:12.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:19:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:21:12.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:19:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:21:12.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:20:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:21:12.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:21:12.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:12.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Traceback (most recent call last): 2024-02-11T17:21:12.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:21:12.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: yield (conn, connr) 2024-02-11T17:21:12.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:21:12.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: code, '\n'.join(err))) 2024-02-11T17:21:12.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn 2024-02-11T17:21:12.170 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn 2024-02-11T17:21:12.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn 2024-02-11T17:21:12.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn 2024-02-11T17:21:12.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi195.dmnwwn ... 2024-02-11T17:21:12.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:12.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:21:12.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:19:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:21:12.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:19:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:21:12.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:20:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:21:12.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:21:12.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:12.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:21:10.869323+0000 mgr.smithi115.ltfvnr (mgr.14180) 1083 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi195.dmnwwn 2024-02-11T17:21:12.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:21:10.870127+0000 mgr.smithi115.ltfvnr (mgr.14180) 1084 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn 2024-02-11T17:21:12.171 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn 2024-02-11T17:21:12.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn 2024-02-11T17:21:12.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn 2024-02-11T17:21:12.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi195.dmnwwn ... 2024-02-11T17:21:12.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:12.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:21:12.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:19:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:21:12.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:19:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:21:12.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:20:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:21:12.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:21:12.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:12.172 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:21:10.871534+0000 mgr.smithi115.ltfvnr (mgr.14180) 1085 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi115.voxdye on smithi115 2024-02-11T17:21:12.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:21:10.271395+0000 mgr.smithi115.ltfvnr (mgr.14180) 1081 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:12.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:21:10.869150+0000 mgr.smithi115.ltfvnr (mgr.14180) 1082 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn 2024-02-11T17:21:12.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn 2024-02-11T17:21:12.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn 2024-02-11T17:21:12.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn 2024-02-11T17:21:12.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi195.dmnwwn ... 2024-02-11T17:21:12.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:12.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:21:12.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:19:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:21:12.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:19:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:21:12.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:20:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:21:12.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:21:12.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:12.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Traceback (most recent call last): 2024-02-11T17:21:12.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:21:12.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: yield (conn, connr) 2024-02-11T17:21:12.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:21:12.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: code, '\n'.join(err))) 2024-02-11T17:21:12.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn 2024-02-11T17:21:12.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn 2024-02-11T17:21:12.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn 2024-02-11T17:21:12.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn 2024-02-11T17:21:12.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi195.dmnwwn ... 2024-02-11T17:21:12.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:12.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:21:12.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:19:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:21:12.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:19:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:21:12.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:20:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:21:12.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:21:12.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:12.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:21:10.869323+0000 mgr.smithi115.ltfvnr (mgr.14180) 1083 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi195.dmnwwn 2024-02-11T17:21:12.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:21:10.870127+0000 mgr.smithi115.ltfvnr (mgr.14180) 1084 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn 2024-02-11T17:21:12.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn 2024-02-11T17:21:12.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn 2024-02-11T17:21:12.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn 2024-02-11T17:21:12.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi195.dmnwwn ... 2024-02-11T17:21:12.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:12.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:21:12.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:19:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:21:12.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:19:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:21:12.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:20:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:21:12.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:21:12.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:12.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:21:10.871534+0000 mgr.smithi115.ltfvnr (mgr.14180) 1085 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi115.voxdye on smithi115 2024-02-11T17:21:12.204 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:12.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:11.614494+0000 mgr.smithi115.ltfvnr (mgr.14180) 1086 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:13.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:11.614494+0000 mgr.smithi115.ltfvnr (mgr.14180) 1086 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:14.519 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:21:14.520 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:15.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:13.614973+0000 mgr.smithi115.ltfvnr (mgr.14180) 1087 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:15.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:13.614973+0000 mgr.smithi115.ltfvnr (mgr.14180) 1087 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:15.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:16.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:21:14.514791+0000 mgr.smithi115.ltfvnr (mgr.14180) 1088 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:16.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:21:14.514791+0000 mgr.smithi115.ltfvnr (mgr.14180) 1088 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:16.343 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:17.054 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:15.615482+0000 mgr.smithi115.ltfvnr (mgr.14180) 1089 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:17.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:15.615482+0000 mgr.smithi115.ltfvnr (mgr.14180) 1089 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:18.623 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:21:18.623 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:19.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:17.615897+0000 mgr.smithi115.ltfvnr (mgr.14180) 1090 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:19.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:17.615897+0000 mgr.smithi115.ltfvnr (mgr.14180) 1090 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:19.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:20.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:21:18.617642+0000 mgr.smithi115.ltfvnr (mgr.14180) 1091 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:20.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:21:18.617642+0000 mgr.smithi115.ltfvnr (mgr.14180) 1091 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:20.474 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:21.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:19.616794+0000 mgr.smithi115.ltfvnr (mgr.14180) 1092 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:21.215 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:19.616794+0000 mgr.smithi115.ltfvnr (mgr.14180) 1092 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:22.956 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:21:22.956 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:23.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:21.617168+0000 mgr.smithi115.ltfvnr (mgr.14180) 1093 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:23.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:21.617168+0000 mgr.smithi115.ltfvnr (mgr.14180) 1093 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:23.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:24.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:21:22.950797+0000 mgr.smithi115.ltfvnr (mgr.14180) 1094 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:24.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:21:22.950797+0000 mgr.smithi115.ltfvnr (mgr.14180) 1094 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:24.630 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:25.194 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:23.617641+0000 mgr.smithi115.ltfvnr (mgr.14180) 1095 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:25.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:23.617641+0000 mgr.smithi115.ltfvnr (mgr.14180) 1095 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:27.112 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:21:27.112 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:27.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:25.618285+0000 mgr.smithi115.ltfvnr (mgr.14180) 1096 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:27.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:25.618285+0000 mgr.smithi115.ltfvnr (mgr.14180) 1096 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:27.846 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:28.847 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:29.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:21:27.107535+0000 mgr.smithi115.ltfvnr (mgr.14180) 1097 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:29.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:27.618630+0000 mgr.smithi115.ltfvnr (mgr.14180) 1098 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:29.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:21:27.107535+0000 mgr.smithi115.ltfvnr (mgr.14180) 1097 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:29.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:27.618630+0000 mgr.smithi115.ltfvnr (mgr.14180) 1098 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:31.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:29.619220+0000 mgr.smithi115.ltfvnr (mgr.14180) 1099 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:31.244 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:21:31.244 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:31.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:29.619220+0000 mgr.smithi115.ltfvnr (mgr.14180) 1099 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:32.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:33.011 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:33.040 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:21:31.239101+0000 mgr.smithi115.ltfvnr (mgr.14180) 1100 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:33.041 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:31.619608+0000 mgr.smithi115.ltfvnr (mgr.14180) 1101 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:33.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:21:31.239101+0000 mgr.smithi115.ltfvnr (mgr.14180) 1100 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:33.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:31.619608+0000 mgr.smithi115.ltfvnr (mgr.14180) 1101 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:35.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:33.620168+0000 mgr.smithi115.ltfvnr (mgr.14180) 1102 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:35.262 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:21:35.262 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:35.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:33.620168+0000 mgr.smithi115.ltfvnr (mgr.14180) 1102 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:36.031 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:37.032 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:37.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:21:35.257368+0000 mgr.smithi115.ltfvnr (mgr.14180) 1103 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:37.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:35.620675+0000 mgr.smithi115.ltfvnr (mgr.14180) 1104 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:37.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:21:35.257368+0000 mgr.smithi115.ltfvnr (mgr.14180) 1103 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:37.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:35.620675+0000 mgr.smithi115.ltfvnr (mgr.14180) 1104 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:38.973 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:37.621074+0000 mgr.smithi115.ltfvnr (mgr.14180) 1105 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:39.430 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:21:39.430 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:39.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:37.621074+0000 mgr.smithi115.ltfvnr (mgr.14180) 1105 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:40.212 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:41.212 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:41.246 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:21:39.425714+0000 mgr.smithi115.ltfvnr (mgr.14180) 1106 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:41.246 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:39.621816+0000 mgr.smithi115.ltfvnr (mgr.14180) 1107 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:41.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:21:39.425714+0000 mgr.smithi115.ltfvnr (mgr.14180) 1106 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:41.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:39.621816+0000 mgr.smithi115.ltfvnr (mgr.14180) 1107 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:43.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:41.622368+0000 mgr.smithi115.ltfvnr (mgr.14180) 1108 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:43.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:41.622368+0000 mgr.smithi115.ltfvnr (mgr.14180) 1108 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:43.647 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:21:43.648 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:44.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:45.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:43.622834+0000 mgr.smithi115.ltfvnr (mgr.14180) 1109 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:45.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:21:43.643049+0000 mgr.smithi115.ltfvnr (mgr.14180) 1110 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:45.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:43.622834+0000 mgr.smithi115.ltfvnr (mgr.14180) 1109 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:45.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:21:43.643049+0000 mgr.smithi115.ltfvnr (mgr.14180) 1110 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:45.501 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:47.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:45.623299+0000 mgr.smithi115.ltfvnr (mgr.14180) 1111 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:47.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:45.623299+0000 mgr.smithi115.ltfvnr (mgr.14180) 1111 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:47.951 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:21:47.952 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:48.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:49.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:47.623877+0000 mgr.smithi115.ltfvnr (mgr.14180) 1112 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:49.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:21:47.946459+0000 mgr.smithi115.ltfvnr (mgr.14180) 1113 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:49.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:47.623877+0000 mgr.smithi115.ltfvnr (mgr.14180) 1112 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:49.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:21:47.946459+0000 mgr.smithi115.ltfvnr (mgr.14180) 1113 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:49.952 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:51.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:50 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:49.624445+0000 mgr.smithi115.ltfvnr (mgr.14180) 1114 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:51.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:50 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:49.624445+0000 mgr.smithi115.ltfvnr (mgr.14180) 1114 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:52.489 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:21:52.490 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:53.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:51.624948+0000 mgr.smithi115.ltfvnr (mgr.14180) 1115 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:53.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:53.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:51.624948+0000 mgr.smithi115.ltfvnr (mgr.14180) 1115 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:54.204 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:54.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:21:52.484907+0000 mgr.smithi115.ltfvnr (mgr.14180) 1116 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:54.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:21:52.484907+0000 mgr.smithi115.ltfvnr (mgr.14180) 1116 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:55.400 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:53.625562+0000 mgr.smithi115.ltfvnr (mgr.14180) 1117 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:55.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:53.625562+0000 mgr.smithi115.ltfvnr (mgr.14180) 1117 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:56.635 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:21:56.635 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:57.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:55.626273+0000 mgr.smithi115.ltfvnr (mgr.14180) 1118 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:57.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:55.626273+0000 mgr.smithi115.ltfvnr (mgr.14180) 1118 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:57.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:58.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:21:56.630343+0000 mgr.smithi115.ltfvnr (mgr.14180) 1119 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:58.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:58 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:21:56.630343+0000 mgr.smithi115.ltfvnr (mgr.14180) 1119 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:58.708 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:59.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:21:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:57.626616+0000 mgr.smithi115.ltfvnr (mgr.14180) 1120 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:21:59.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:21:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:57.626616+0000 mgr.smithi115.ltfvnr (mgr.14180) 1120 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:01.059 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:22:01.060 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:01.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:21:59.627369+0000 mgr.smithi115.ltfvnr (mgr.14180) 1121 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:01.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:21:59.627369+0000 mgr.smithi115.ltfvnr (mgr.14180) 1121 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:01.910 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:02.911 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:03.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:22:01.054910+0000 mgr.smithi115.ltfvnr (mgr.14180) 1122 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:03.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:01.627712+0000 mgr.smithi115.ltfvnr (mgr.14180) 1123 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:03.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:22:01.054910+0000 mgr.smithi115.ltfvnr (mgr.14180) 1122 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:03.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:01.627712+0000 mgr.smithi115.ltfvnr (mgr.14180) 1123 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:05.391 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:22:05.392 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:05.412 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:03.628116+0000 mgr.smithi115.ltfvnr (mgr.14180) 1124 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:05.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:03.628116+0000 mgr.smithi115.ltfvnr (mgr.14180) 1124 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:06.130 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:07.131 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:07.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:22:05.386733+0000 mgr.smithi115.ltfvnr (mgr.14180) 1125 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:07.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:05.628589+0000 mgr.smithi115.ltfvnr (mgr.14180) 1126 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:07.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:22:05.386733+0000 mgr.smithi115.ltfvnr (mgr.14180) 1125 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:07.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:05.628589+0000 mgr.smithi115.ltfvnr (mgr.14180) 1126 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:08.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:07.629105+0000 mgr.smithi115.ltfvnr (mgr.14180) 1127 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:08.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:07.629105+0000 mgr.smithi115.ltfvnr (mgr.14180) 1127 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:09.410 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:22:09.411 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:10.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:10.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:22:09.405575+0000 mgr.smithi115.ltfvnr (mgr.14180) 1128 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:10.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:09.629667+0000 mgr.smithi115.ltfvnr (mgr.14180) 1129 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:11.144 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:11.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:22:09.405575+0000 mgr.smithi115.ltfvnr (mgr.14180) 1128 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:11.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:09.629667+0000 mgr.smithi115.ltfvnr (mgr.14180) 1129 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:12.747 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:11.629986+0000 mgr.smithi115.ltfvnr (mgr.14180) 1130 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:12.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:11.629986+0000 mgr.smithi115.ltfvnr (mgr.14180) 1130 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:13.643 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:22:13.643 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:14.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:14.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:13.630384+0000 mgr.smithi115.ltfvnr (mgr.14180) 1131 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:14.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:22:13.638313+0000 mgr.smithi115.ltfvnr (mgr.14180) 1132 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:14.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:13.630384+0000 mgr.smithi115.ltfvnr (mgr.14180) 1131 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:14.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:22:13.638313+0000 mgr.smithi115.ltfvnr (mgr.14180) 1132 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:15.494 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:16.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:15.630878+0000 mgr.smithi115.ltfvnr (mgr.14180) 1133 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:17.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:15.630878+0000 mgr.smithi115.ltfvnr (mgr.14180) 1133 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:17.971 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:22:17.972 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:18.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:18.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:17.631610+0000 mgr.smithi115.ltfvnr (mgr.14180) 1134 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:18.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:22:17.966572+0000 mgr.smithi115.ltfvnr (mgr.14180) 1135 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:19.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:17.631610+0000 mgr.smithi115.ltfvnr (mgr.14180) 1134 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:19.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:22:17.966572+0000 mgr.smithi115.ltfvnr (mgr.14180) 1135 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:19.849 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:20.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:19.632173+0000 mgr.smithi115.ltfvnr (mgr.14180) 1136 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:21.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:19.632173+0000 mgr.smithi115.ltfvnr (mgr.14180) 1136 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:22.264 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:22:22.264 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:22.983 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:21.632547+0000 mgr.smithi115.ltfvnr (mgr.14180) 1137 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:23.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:23.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:21.632547+0000 mgr.smithi115.ltfvnr (mgr.14180) 1137 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:24.005 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:24.038 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:22:22.258828+0000 mgr.smithi115.ltfvnr (mgr.14180) 1138 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:24.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:22:22.258828+0000 mgr.smithi115.ltfvnr (mgr.14180) 1138 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:24.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:23.633086+0000 mgr.smithi115.ltfvnr (mgr.14180) 1139 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:25.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:23.633086+0000 mgr.smithi115.ltfvnr (mgr.14180) 1139 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:26.243 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:22:26.243 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:26.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:25.633583+0000 mgr.smithi115.ltfvnr (mgr.14180) 1140 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:27.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:27.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:25.633583+0000 mgr.smithi115.ltfvnr (mgr.14180) 1140 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:28.002 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:28.036 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:22:26.237705+0000 mgr.smithi115.ltfvnr (mgr.14180) 1141 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:28.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:22:26.237705+0000 mgr.smithi115.ltfvnr (mgr.14180) 1141 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:28.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:27.634224+0000 mgr.smithi115.ltfvnr (mgr.14180) 1142 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:29.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:27.634224+0000 mgr.smithi115.ltfvnr (mgr.14180) 1142 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:30.361 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:22:30.361 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:31.127 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:29.634980+0000 mgr.smithi115.ltfvnr (mgr.14180) 1143 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:31.148 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:31.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:29.634980+0000 mgr.smithi115.ltfvnr (mgr.14180) 1143 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:32.149 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:32.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:22:30.356257+0000 mgr.smithi115.ltfvnr (mgr.14180) 1144 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:32.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:22:30.356257+0000 mgr.smithi115.ltfvnr (mgr.14180) 1144 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:32.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:31.635474+0000 mgr.smithi115.ltfvnr (mgr.14180) 1145 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:33.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:31.635474+0000 mgr.smithi115.ltfvnr (mgr.14180) 1145 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:34.514 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:22:34.514 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:34.894 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:33.635942+0000 mgr.smithi115.ltfvnr (mgr.14180) 1146 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:35.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:33.635942+0000 mgr.smithi115.ltfvnr (mgr.14180) 1146 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:35.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:36.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:22:34.509685+0000 mgr.smithi115.ltfvnr (mgr.14180) 1147 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:36.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:22:34.509685+0000 mgr.smithi115.ltfvnr (mgr.14180) 1147 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:36.353 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:37.120 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:35.636431+0000 mgr.smithi115.ltfvnr (mgr.14180) 1148 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:37.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:35.636431+0000 mgr.smithi115.ltfvnr (mgr.14180) 1148 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:38.656 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:22:38.656 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:38.991 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:37.636830+0000 mgr.smithi115.ltfvnr (mgr.14180) 1149 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:39.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:37.636830+0000 mgr.smithi115.ltfvnr (mgr.14180) 1149 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:39.402 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:40.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:22:38.648281+0000 mgr.smithi115.ltfvnr (mgr.14180) 1150 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:40.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:22:38.648281+0000 mgr.smithi115.ltfvnr (mgr.14180) 1150 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:40.402 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:41.138 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:39.637558+0000 mgr.smithi115.ltfvnr (mgr.14180) 1151 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:41.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:39.637558+0000 mgr.smithi115.ltfvnr (mgr.14180) 1151 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:42.721 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:22:42.721 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:43.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:41.637937+0000 mgr.smithi115.ltfvnr (mgr.14180) 1152 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:43.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:41.637937+0000 mgr.smithi115.ltfvnr (mgr.14180) 1152 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:43.693 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:44.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:22:42.716266+0000 mgr.smithi115.ltfvnr (mgr.14180) 1153 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:44.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:22:42.716266+0000 mgr.smithi115.ltfvnr (mgr.14180) 1153 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:44.694 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:45.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:43.638672+0000 mgr.smithi115.ltfvnr (mgr.14180) 1154 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:45.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:43.638672+0000 mgr.smithi115.ltfvnr (mgr.14180) 1154 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:47.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:45.639116+0000 mgr.smithi115.ltfvnr (mgr.14180) 1155 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:47.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:45.639116+0000 mgr.smithi115.ltfvnr (mgr.14180) 1155 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:47.208 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:22:47.208 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:48.064 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:49.065 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:49.099 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:22:47.204028+0000 mgr.smithi115.ltfvnr (mgr.14180) 1156 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:49.099 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:47.639555+0000 mgr.smithi115.ltfvnr (mgr.14180) 1157 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:49.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:22:47.204028+0000 mgr.smithi115.ltfvnr (mgr.14180) 1156 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:49.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:47.639555+0000 mgr.smithi115.ltfvnr (mgr.14180) 1157 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:51.007 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:50 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:49.640111+0000 mgr.smithi115.ltfvnr (mgr.14180) 1158 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:51.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:50 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:49.640111+0000 mgr.smithi115.ltfvnr (mgr.14180) 1158 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:51.513 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:22:51.514 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:52.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:53.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:22:51.508947+0000 mgr.smithi115.ltfvnr (mgr.14180) 1159 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:53.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:51.640459+0000 mgr.smithi115.ltfvnr (mgr.14180) 1160 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:53.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:22:51.508947+0000 mgr.smithi115.ltfvnr (mgr.14180) 1159 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:53.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:51.640459+0000 mgr.smithi115.ltfvnr (mgr.14180) 1160 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:53.350 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:55.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:53.641134+0000 mgr.smithi115.ltfvnr (mgr.14180) 1161 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:55.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:53.641134+0000 mgr.smithi115.ltfvnr (mgr.14180) 1161 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:55.670 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:22:55.670 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:56.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:57.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:55.641567+0000 mgr.smithi115.ltfvnr (mgr.14180) 1162 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:57.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:22:55.664736+0000 mgr.smithi115.ltfvnr (mgr.14180) 1163 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:57.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:55.641567+0000 mgr.smithi115.ltfvnr (mgr.14180) 1162 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:57.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:22:55.664736+0000 mgr.smithi115.ltfvnr (mgr.14180) 1163 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:57.391 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:58.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:22:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:57.642040+0000 mgr.smithi115.ltfvnr (mgr.14180) 1164 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:59.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:22:58 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:57.642040+0000 mgr.smithi115.ltfvnr (mgr.14180) 1164 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:22:59.715 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:22:59.715 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:00.631 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:00.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:22:59.642832+0000 mgr.smithi115.ltfvnr (mgr.14180) 1165 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:00.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:22:59.710592+0000 mgr.smithi115.ltfvnr (mgr.14180) 1166 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:01.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:22:59.642832+0000 mgr.smithi115.ltfvnr (mgr.14180) 1165 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:01.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:22:59.710592+0000 mgr.smithi115.ltfvnr (mgr.14180) 1166 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:01.632 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:03.163 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:01.643178+0000 mgr.smithi115.ltfvnr (mgr.14180) 1167 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:03.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:02 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:01.643178+0000 mgr.smithi115.ltfvnr (mgr.14180) 1167 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:03.864 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:23:03.864 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:04.673 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:04.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:04 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:03.643785+0000 mgr.smithi115.ltfvnr (mgr.14180) 1168 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:04.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:04 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:23:03.857169+0000 mgr.smithi115.ltfvnr (mgr.14180) 1169 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:05.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:04 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:03.643785+0000 mgr.smithi115.ltfvnr (mgr.14180) 1168 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:05.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:04 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:23:03.857169+0000 mgr.smithi115.ltfvnr (mgr.14180) 1169 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:05.674 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:07.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:05.644286+0000 mgr.smithi115.ltfvnr (mgr.14180) 1170 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:07.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:06 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:05.644286+0000 mgr.smithi115.ltfvnr (mgr.14180) 1170 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:08.179 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:23:08.179 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:08.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:07.644719+0000 mgr.smithi115.ltfvnr (mgr.14180) 1171 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:09.075 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:09.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:07.644719+0000 mgr.smithi115.ltfvnr (mgr.14180) 1171 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:10.077 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:10.110 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:23:08.173961+0000 mgr.smithi115.ltfvnr (mgr.14180) 1172 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:10.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:23:08.173961+0000 mgr.smithi115.ltfvnr (mgr.14180) 1172 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:11.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:09.645301+0000 mgr.smithi115.ltfvnr (mgr.14180) 1173 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:11.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:09.645301+0000 mgr.smithi115.ltfvnr (mgr.14180) 1173 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:12.323 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:23:12.324 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:13.139 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:11.645647+0000 mgr.smithi115.ltfvnr (mgr.14180) 1174 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:13.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:13.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:11.645647+0000 mgr.smithi115.ltfvnr (mgr.14180) 1174 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:14.163 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:14.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:23:12.319240+0000 mgr.smithi115.ltfvnr (mgr.14180) 1175 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:14.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:23:12.319240+0000 mgr.smithi115.ltfvnr (mgr.14180) 1175 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:14.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:13.646420+0000 mgr.smithi115.ltfvnr (mgr.14180) 1176 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:15.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:13.646420+0000 mgr.smithi115.ltfvnr (mgr.14180) 1176 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:16.622 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:23:16.622 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:16.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:15.646992+0000 mgr.smithi115.ltfvnr (mgr.14180) 1177 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:17.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:15.646992+0000 mgr.smithi115.ltfvnr (mgr.14180) 1177 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:17.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:18.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:23:16.617339+0000 mgr.smithi115.ltfvnr (mgr.14180) 1178 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:18.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:23:16.617339+0000 mgr.smithi115.ltfvnr (mgr.14180) 1178 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:18.525 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:19.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:17.647403+0000 mgr.smithi115.ltfvnr (mgr.14180) 1179 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:19.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:17.647403+0000 mgr.smithi115.ltfvnr (mgr.14180) 1179 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:20.922 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:23:20.922 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:21.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:19.647950+0000 mgr.smithi115.ltfvnr (mgr.14180) 1180 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:21.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:19.647950+0000 mgr.smithi115.ltfvnr (mgr.14180) 1180 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:21.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:22.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:23:20.917592+0000 mgr.smithi115.ltfvnr (mgr.14180) 1181 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:22.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:23:20.917592+0000 mgr.smithi115.ltfvnr (mgr.14180) 1181 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:22.839 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:23.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:21.648266+0000 mgr.smithi115.ltfvnr (mgr.14180) 1182 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:23.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:21.648266+0000 mgr.smithi115.ltfvnr (mgr.14180) 1182 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:25.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:23.648786+0000 mgr.smithi115.ltfvnr (mgr.14180) 1183 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:25.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:23.648786+0000 mgr.smithi115.ltfvnr (mgr.14180) 1183 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:25.291 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:23:25.291 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:26.146 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:27.147 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:27.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:23:25.286372+0000 mgr.smithi115.ltfvnr (mgr.14180) 1184 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:27.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:25.649364+0000 mgr.smithi115.ltfvnr (mgr.14180) 1185 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:27.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:23:25.286372+0000 mgr.smithi115.ltfvnr (mgr.14180) 1184 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:27.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:25.649364+0000 mgr.smithi115.ltfvnr (mgr.14180) 1185 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:29.088 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:27.649745+0000 mgr.smithi115.ltfvnr (mgr.14180) 1186 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:29.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:27.649745+0000 mgr.smithi115.ltfvnr (mgr.14180) 1186 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:29.567 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:23:29.567 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:30.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:31.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:23:29.562254+0000 mgr.smithi115.ltfvnr (mgr.14180) 1187 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:31.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:29.650301+0000 mgr.smithi115.ltfvnr (mgr.14180) 1188 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:31.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:23:29.562254+0000 mgr.smithi115.ltfvnr (mgr.14180) 1187 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:31.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:29.650301+0000 mgr.smithi115.ltfvnr (mgr.14180) 1188 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:31.331 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:33.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:31.650775+0000 mgr.smithi115.ltfvnr (mgr.14180) 1189 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:33.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:31.650775+0000 mgr.smithi115.ltfvnr (mgr.14180) 1189 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:33.931 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:23:33.932 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:34.836 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:35.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:33.651351+0000 mgr.smithi115.ltfvnr (mgr.14180) 1190 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:35.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:23:33.927040+0000 mgr.smithi115.ltfvnr (mgr.14180) 1191 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:35.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:33.651351+0000 mgr.smithi115.ltfvnr (mgr.14180) 1190 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:35.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:23:33.927040+0000 mgr.smithi115.ltfvnr (mgr.14180) 1191 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:35.836 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:37.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:35.651879+0000 mgr.smithi115.ltfvnr (mgr.14180) 1192 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:37.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:35.651879+0000 mgr.smithi115.ltfvnr (mgr.14180) 1192 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:38.287 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:23:38.287 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:00.925261Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nnzicv on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nnzicv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nnzicv\nDeploy daemon haproxy.nfs.foo.smithi195.nnzicv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:13:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.653988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.dswlgk on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-dswlgk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.dswlgk\nDeploy daemon haproxy.nfs.foo.smithi115.dswlgk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:15:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:16:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:17:30.655520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.zwyepm on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:39.160 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:37.652356+0000 mgr.smithi115.ltfvnr (mgr.14180) 1193 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:39.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:39.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:37.652356+0000 mgr.smithi115.ltfvnr (mgr.14180) 1193 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:40.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:23:38.281996+0000 mgr.smithi115.ltfvnr (mgr.14180) 1194 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:40.184 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:40.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:23:38.281996+0000 mgr.smithi115.ltfvnr (mgr.14180) 1194 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:40.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:39.652939+0000 mgr.smithi115.ltfvnr (mgr.14180) 1195 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:40.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:23:40.222356+0000 mon.smithi115 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi115.voxdye"}]: dispatch 2024-02-11T17:23:41.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:39.652939+0000 mgr.smithi115.ltfvnr (mgr.14180) 1195 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:41.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:23:40.222356+0000 mon.smithi115 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi115.voxdye"}]: dispatch 2024-02-11T17:23:42.126 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:23:40.221801+0000 mgr.smithi115.ltfvnr (mgr.14180) 1196 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye 2024-02-11T17:23:42.126 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye 2024-02-11T17:23:42.126 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye 2024-02-11T17:23:42.127 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye 2024-02-11T17:23:42.127 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi115.voxdye ... 2024-02-11T17:23:42.127 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:42.127 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:23:42.127 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:21: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" 2024-02-11T17:23:42.127 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:22:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:23:42.127 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:23: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" 2024-02-11T17:23:42.127 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:23:42.127 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:42.127 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Traceback (most recent call last): 2024-02-11T17:23:42.127 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:23:42.127 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: yield (conn, connr) 2024-02-11T17:23:42.127 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:23:42.127 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: code, '\n'.join(err))) 2024-02-11T17:23:42.127 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye 2024-02-11T17:23:42.128 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye 2024-02-11T17:23:42.128 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye 2024-02-11T17:23:42.128 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye 2024-02-11T17:23:42.128 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi115.voxdye ... 2024-02-11T17:23:42.128 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:42.128 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:23:42.128 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:21: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" 2024-02-11T17:23:42.128 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:22:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:23:42.128 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:23: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" 2024-02-11T17:23:42.128 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:23:42.128 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:42.128 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:23:40.221985+0000 mgr.smithi115.ltfvnr (mgr.14180) 1197 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi115.voxdye 2024-02-11T17:23:42.128 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:23:40.222996+0000 mgr.smithi115.ltfvnr (mgr.14180) 1198 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye 2024-02-11T17:23:42.129 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye 2024-02-11T17:23:42.129 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye 2024-02-11T17:23:42.129 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye 2024-02-11T17:23:42.129 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi115.voxdye ... 2024-02-11T17:23:42.129 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:42.129 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:23:42.129 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:21: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" 2024-02-11T17:23:42.129 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:22:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:23:42.129 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:23: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" 2024-02-11T17:23:42.129 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:23:42.129 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:42.129 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:23:40.224310+0000 mgr.smithi115.ltfvnr (mgr.14180) 1199 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:23:42.129 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:23:40.225368+0000 mgr.smithi115.ltfvnr (mgr.14180) 1200 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:23:42.129 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:40.226210+0000 mgr.smithi115.ltfvnr (mgr.14180) 1201 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:23:42.129 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:40.887784+0000 mon.smithi115 (mon.0) 752 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:23:42.130 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:23:41.804407+0000 mon.smithi115 (mon.0) 753 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:23:42.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:23:40.221801+0000 mgr.smithi115.ltfvnr (mgr.14180) 1196 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye 2024-02-11T17:23:42.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye 2024-02-11T17:23:42.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye 2024-02-11T17:23:42.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye 2024-02-11T17:23:42.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi115.voxdye ... 2024-02-11T17:23:42.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:42.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:23:42.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:21: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" 2024-02-11T17:23:42.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:22:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:23:42.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:23: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" 2024-02-11T17:23:42.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:23:42.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:42.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Traceback (most recent call last): 2024-02-11T17:23:42.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:23:42.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: yield (conn, connr) 2024-02-11T17:23:42.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:23:42.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: code, '\n'.join(err))) 2024-02-11T17:23:42.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye 2024-02-11T17:23:42.201 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye 2024-02-11T17:23:42.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye 2024-02-11T17:23:42.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye 2024-02-11T17:23:42.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi115.voxdye ... 2024-02-11T17:23:42.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:42.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:23:42.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:21: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" 2024-02-11T17:23:42.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:22:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:23:42.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:23: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" 2024-02-11T17:23:42.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:23:42.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:42.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:23:40.221985+0000 mgr.smithi115.ltfvnr (mgr.14180) 1197 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi115.voxdye 2024-02-11T17:23:42.202 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:23:40.222996+0000 mgr.smithi115.ltfvnr (mgr.14180) 1198 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye 2024-02-11T17:23:42.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye 2024-02-11T17:23:42.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye 2024-02-11T17:23:42.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye 2024-02-11T17:23:42.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi115.voxdye ... 2024-02-11T17:23:42.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:42.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:23:42.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:21: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" 2024-02-11T17:23:42.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:22:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:23:42.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:23: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" 2024-02-11T17:23:42.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:23:42.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:42.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:23:40.224310+0000 mgr.smithi115.ltfvnr (mgr.14180) 1199 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:23:42.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:23:40.225368+0000 mgr.smithi115.ltfvnr (mgr.14180) 1200 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:23:42.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:40.226210+0000 mgr.smithi115.ltfvnr (mgr.14180) 1201 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:23:42.203 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:40.887784+0000 mon.smithi115 (mon.0) 752 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:23:42.204 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:23:41.804407+0000 mon.smithi115 (mon.0) 753 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:23:42.606 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:23:42.607 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:43.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:44.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:42.226729+0000 mgr.smithi115.ltfvnr (mgr.14180) 1202 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:23:44.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:23:42.602092+0000 mgr.smithi115.ltfvnr (mgr.14180) 1203 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:44.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:42.226729+0000 mgr.smithi115.ltfvnr (mgr.14180) 1202 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:23:44.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:23:42.602092+0000 mgr.smithi115.ltfvnr (mgr.14180) 1203 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:44.439 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:46.082 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:44.227562+0000 mgr.smithi115.ltfvnr (mgr.14180) 1204 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:23:46.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:44.227562+0000 mgr.smithi115.ltfvnr (mgr.14180) 1204 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:23:46.831 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:23:46.831 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:47.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:23:46.221341+0000 mon.smithi115 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:23:47.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:46.230055+0000 mgr.smithi115.ltfvnr (mgr.14180) 1205 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:23:47.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:23:46.825949+0000 mgr.smithi115.ltfvnr (mgr.14180) 1206 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:47.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:23:46.221341+0000 mon.smithi115 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:23:47.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:46.230055+0000 mgr.smithi115.ltfvnr (mgr.14180) 1205 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:23:47.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:23:46.825949+0000 mgr.smithi115.ltfvnr (mgr.14180) 1206 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:47.726 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:48.727 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:49.617 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:48.230666+0000 mgr.smithi115.ltfvnr (mgr.14180) 1207 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:23:49.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:48.230666+0000 mgr.smithi115.ltfvnr (mgr.14180) 1207 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:23:51.267 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:23:51.267 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:51.662 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:50.231473+0000 mgr.smithi115.ltfvnr (mgr.14180) 1208 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:23:51.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:50.231473+0000 mgr.smithi115.ltfvnr (mgr.14180) 1208 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:23:52.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:52.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:23:51.262758+0000 mgr.smithi115.ltfvnr (mgr.14180) 1209 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:52.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:23:51.262758+0000 mgr.smithi115.ltfvnr (mgr.14180) 1209 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:53.090 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:53.426 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:52.232027+0000 mgr.smithi115.ltfvnr (mgr.14180) 1210 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:53.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:52.232027+0000 mgr.smithi115.ltfvnr (mgr.14180) 1210 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:55.344 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:23:55.344 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:55.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:55 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:54.232814+0000 mgr.smithi115.ltfvnr (mgr.14180) 1211 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:55.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:55 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:54.232814+0000 mgr.smithi115.ltfvnr (mgr.14180) 1211 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:56.114 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:56.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:23:55.339663+0000 mgr.smithi115.ltfvnr (mgr.14180) 1212 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:56.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:23:55.339663+0000 mgr.smithi115.ltfvnr (mgr.14180) 1212 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:57.114 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:57.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:56.233498+0000 mgr.smithi115.ltfvnr (mgr.14180) 1213 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:57.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:56.233498+0000 mgr.smithi115.ltfvnr (mgr.14180) 1213 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:59.482 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:23:59.482 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:59.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:23:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:23:58.234242+0000 mgr.smithi115.ltfvnr (mgr.14180) 1214 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:23:59.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:23:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:23:58.234242+0000 mgr.smithi115.ltfvnr (mgr.14180) 1214 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:00.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:00.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:23:59.477663+0000 mgr.smithi115.ltfvnr (mgr.14180) 1215 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:01.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:23:59.477663+0000 mgr.smithi115.ltfvnr (mgr.14180) 1215 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:01.234 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:01.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:01 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:00.234874+0000 mgr.smithi115.ltfvnr (mgr.14180) 1216 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:02.018 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:01 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:00.234874+0000 mgr.smithi115.ltfvnr (mgr.14180) 1216 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:03.695 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:24:03.695 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:03.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:02.235461+0000 mgr.smithi115.ltfvnr (mgr.14180) 1217 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:04.005 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:02.235461+0000 mgr.smithi115.ltfvnr (mgr.14180) 1217 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:04.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:04.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:04 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:03.690584+0000 mgr.smithi115.ltfvnr (mgr.14180) 1218 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:05.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:04 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:03.690584+0000 mgr.smithi115.ltfvnr (mgr.14180) 1218 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:05.441 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:05.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:05 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:04.236066+0000 mgr.smithi115.ltfvnr (mgr.14180) 1219 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:05.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:05 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:04.236066+0000 mgr.smithi115.ltfvnr (mgr.14180) 1219 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:07.743 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:24:07.743 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:07.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:06.236731+0000 mgr.smithi115.ltfvnr (mgr.14180) 1220 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:08.034 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:06.236731+0000 mgr.smithi115.ltfvnr (mgr.14180) 1220 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:08.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:08.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:07.738021+0000 mgr.smithi115.ltfvnr (mgr.14180) 1221 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:08.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:07.738021+0000 mgr.smithi115.ltfvnr (mgr.14180) 1221 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:09.503 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:09.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:08.237276+0000 mgr.smithi115.ltfvnr (mgr.14180) 1222 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:10.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:08.237276+0000 mgr.smithi115.ltfvnr (mgr.14180) 1222 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:11.757 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:24:11.757 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:12.123 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:10.237966+0000 mgr.smithi115.ltfvnr (mgr.14180) 1223 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:12.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:10.237966+0000 mgr.smithi115.ltfvnr (mgr.14180) 1223 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:12.625 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:12.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:11.751897+0000 mgr.smithi115.ltfvnr (mgr.14180) 1224 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:13.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:11.751897+0000 mgr.smithi115.ltfvnr (mgr.14180) 1224 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:13.626 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:13.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:12.238627+0000 mgr.smithi115.ltfvnr (mgr.14180) 1225 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:14.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:12.238627+0000 mgr.smithi115.ltfvnr (mgr.14180) 1225 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:15.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:14.239246+0000 mgr.smithi115.ltfvnr (mgr.14180) 1226 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:15.973 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:24:15.973 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:16.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:14.239246+0000 mgr.smithi115.ltfvnr (mgr.14180) 1226 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:16.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:17.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:15.968308+0000 mgr.smithi115.ltfvnr (mgr.14180) 1227 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:17.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:15.968308+0000 mgr.smithi115.ltfvnr (mgr.14180) 1227 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:17.788 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:18.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:16.240008+0000 mgr.smithi115.ltfvnr (mgr.14180) 1228 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:18.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:16.240008+0000 mgr.smithi115.ltfvnr (mgr.14180) 1228 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:19.790 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:18.240536+0000 mgr.smithi115.ltfvnr (mgr.14180) 1229 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:20.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:18.240536+0000 mgr.smithi115.ltfvnr (mgr.14180) 1229 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:20.254 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:24:20.254 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:21.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:22.035 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:22.069 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:20.241190+0000 mgr.smithi115.ltfvnr (mgr.14180) 1230 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:22.070 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:20.249178+0000 mgr.smithi115.ltfvnr (mgr.14180) 1231 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:22.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:20.241190+0000 mgr.smithi115.ltfvnr (mgr.14180) 1230 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:22.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:20.249178+0000 mgr.smithi115.ltfvnr (mgr.14180) 1231 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:24.005 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:22.241809+0000 mgr.smithi115.ltfvnr (mgr.14180) 1232 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:24.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:22.241809+0000 mgr.smithi115.ltfvnr (mgr.14180) 1232 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:24.481 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:24:24.481 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:25.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:26.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:24.242733+0000 mgr.smithi115.ltfvnr (mgr.14180) 1233 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:26.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:24.476537+0000 mgr.smithi115.ltfvnr (mgr.14180) 1234 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:26.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:24.242733+0000 mgr.smithi115.ltfvnr (mgr.14180) 1233 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:26.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:24.476537+0000 mgr.smithi115.ltfvnr (mgr.14180) 1234 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:26.393 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:27.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:26.243486+0000 mgr.smithi115.ltfvnr (mgr.14180) 1235 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:28.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:26.243486+0000 mgr.smithi115.ltfvnr (mgr.14180) 1235 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:28.758 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:24:28.758 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:29.556 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:29.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:28.243950+0000 mgr.smithi115.ltfvnr (mgr.14180) 1236 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:29.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:28.753053+0000 mgr.smithi115.ltfvnr (mgr.14180) 1237 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:30.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:28.243950+0000 mgr.smithi115.ltfvnr (mgr.14180) 1236 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:30.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:28.753053+0000 mgr.smithi115.ltfvnr (mgr.14180) 1237 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:30.557 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:32.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:30.244654+0000 mgr.smithi115.ltfvnr (mgr.14180) 1238 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:32.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:30.244654+0000 mgr.smithi115.ltfvnr (mgr.14180) 1238 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:32.952 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:24:32.952 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:33.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:34.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:32.245304+0000 mgr.smithi115.ltfvnr (mgr.14180) 1239 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:34.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:33 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:32.947638+0000 mgr.smithi115.ltfvnr (mgr.14180) 1240 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:34.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:32.245304+0000 mgr.smithi115.ltfvnr (mgr.14180) 1239 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:34.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:33 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:32.947638+0000 mgr.smithi115.ltfvnr (mgr.14180) 1240 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:34.757 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:36.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:34.246009+0000 mgr.smithi115.ltfvnr (mgr.14180) 1241 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:36.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:34.246009+0000 mgr.smithi115.ltfvnr (mgr.14180) 1241 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:37.294 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:24:37.295 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:38.104 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:37 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:36.246609+0000 mgr.smithi115.ltfvnr (mgr.14180) 1242 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:38.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:38.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:37 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:36.246609+0000 mgr.smithi115.ltfvnr (mgr.14180) 1242 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:39.124 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:39.157 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:37.290014+0000 mgr.smithi115.ltfvnr (mgr.14180) 1243 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:39.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:37.290014+0000 mgr.smithi115.ltfvnr (mgr.14180) 1243 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:39.863 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:38.247377+0000 mgr.smithi115.ltfvnr (mgr.14180) 1244 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:40.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:38.247377+0000 mgr.smithi115.ltfvnr (mgr.14180) 1244 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:41.143 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:40.227842+0000 mon.smithi115 (mon.0) 755 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:24:41.143 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:40.469951+0000 mon.smithi115 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:24:41.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:40.227842+0000 mon.smithi115 (mon.0) 755 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:24:41.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:40.469951+0000 mon.smithi115 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:24:41.620 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:24:41.621 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:33.063474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:33.064112Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:33.063612Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:33.063695Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:33.063784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:33.063851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:41.902 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:41 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:40.248075+0000 mgr.smithi115.ltfvnr (mgr.14180) 1245 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:42.102 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:41 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:40.248075+0000 mgr.smithi115.ltfvnr (mgr.14180) 1245 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:42.590 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:42.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:41.615946+0000 mgr.smithi115.ltfvnr (mgr.14180) 1246 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:42.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:42.662297+0000 mon.smithi115 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:24:43.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:41.615946+0000 mgr.smithi115.ltfvnr (mgr.14180) 1246 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:43.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:42.662297+0000 mon.smithi115 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:24:43.591 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:44.112 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:43 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:42.248529+0000 mgr.smithi115.ltfvnr (mgr.14180) 1247 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:44.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:43 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:42.248529+0000 mgr.smithi115.ltfvnr (mgr.14180) 1247 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:46.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:44.249169+0000 mgr.smithi115.ltfvnr (mgr.14180) 1248 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:46.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:44.249169+0000 mgr.smithi115.ltfvnr (mgr.14180) 1248 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:46.337 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:24:46.338 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:41.142066Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:41.142539Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:41.141916Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:41.141778Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:41.142187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:41.142305Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:47.329 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:47.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:46.249731+0000 mgr.smithi115.ltfvnr (mgr.14180) 1249 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:47.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:47 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:46.332995+0000 mgr.smithi115.ltfvnr (mgr.14180) 1250 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:48.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:46.249731+0000 mgr.smithi115.ltfvnr (mgr.14180) 1249 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:48.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:47 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:46.332995+0000 mgr.smithi115.ltfvnr (mgr.14180) 1250 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:48.330 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:49.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:48.250271+0000 mgr.smithi115.ltfvnr (mgr.14180) 1251 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:50.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:48.250271+0000 mgr.smithi115.ltfvnr (mgr.14180) 1251 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:51.501 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:24:51.501 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:18:41.141986Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:18:41.142066Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:18:41.142127Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:18:41.142539Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:18:41.141916Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:18:41.141778Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:18:41.142598Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:18:41.142187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:18:41.142305Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:18:41.142246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:52.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:51 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:50.250936+0000 mgr.smithi115.ltfvnr (mgr.14180) 1252 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:52.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:51 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:50.250936+0000 mgr.smithi115.ltfvnr (mgr.14180) 1252 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:52.250 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:53.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:51.496864+0000 mgr.smithi115.ltfvnr (mgr.14180) 1253 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:53.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:52.802907+0000 mon.smithi115 (mon.0) 758 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:24:53.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:51.496864+0000 mgr.smithi115.ltfvnr (mgr.14180) 1253 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:53.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:52.802907+0000 mon.smithi115 (mon.0) 758 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:24:53.251 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:54.001 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:52.251399+0000 mgr.smithi115.ltfvnr (mgr.14180) 1254 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:54.001 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:53.088152+0000 mon.smithi115 (mon.0) 759 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:24:54.002 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:53.088801+0000 mon.smithi115 (mon.0) 760 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:24:54.002 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:53.094874+0000 mon.smithi115 (mon.0) 761 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:24:54.002 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:53.098258+0000 mon.smithi115 (mon.0) 762 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:24:54.002 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:53.106999+0000 mon.smithi115 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:24:54.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:52.251399+0000 mgr.smithi115.ltfvnr (mgr.14180) 1254 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:24:54.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:53.088152+0000 mon.smithi115 (mon.0) 759 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:24:54.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:53.088801+0000 mon.smithi115 (mon.0) 760 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:24:54.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:53.094874+0000 mon.smithi115 (mon.0) 761 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:24:54.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:53.098258+0000 mon.smithi115 (mon.0) 762 : audit [DBG] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:24:54.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:53.106999+0000 mon.smithi115 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:24:54.965 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:53.095337+0000 mgr.smithi115.ltfvnr (mgr.14180) 1255 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-11T17:24:54.965 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:24:53.108864+0000 mgr.smithi115.ltfvnr (mgr.14180) 1256 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi195.nlqvvm on smithi195 2024-02-11T17:24:54.965 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:54.093201+0000 mon.smithi115 (mon.0) 764 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:24:54.965 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:54.093235+0000 mon.smithi115 (mon.0) 765 : cluster [INF] Cluster is now healthy 2024-02-11T17:24:55.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:53.095337+0000 mgr.smithi115.ltfvnr (mgr.14180) 1255 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-11T17:24:55.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:24:53.108864+0000 mgr.smithi115.ltfvnr (mgr.14180) 1256 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi195.nlqvvm on smithi195 2024-02-11T17:24:55.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:54.093201+0000 mon.smithi115 (mon.0) 764 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:24:55.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:54.093235+0000 mon.smithi115 (mon.0) 765 : cluster [INF] Cluster is now healthy 2024-02-11T17:24:55.397 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:24:55.398 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:56.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:57.153 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:57.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:55.095915+0000 mgr.smithi115.ltfvnr (mgr.14180) 1257 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-11T17:24:57.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:55.390052+0000 mgr.smithi115.ltfvnr (mgr.14180) 1258 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:57.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:55.095915+0000 mgr.smithi115.ltfvnr (mgr.14180) 1257 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-11T17:24:57.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:55.390052+0000 mgr.smithi115.ltfvnr (mgr.14180) 1258 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:59.086 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:24:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:57.096380+0000 mgr.smithi115.ltfvnr (mgr.14180) 1259 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-11T17:24:59.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:24:58 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:57.096380+0000 mgr.smithi115.ltfvnr (mgr.14180) 1259 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-11T17:24:59.572 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:24:59.572 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:00.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:01.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:24:59.097116+0000 mgr.smithi115.ltfvnr (mgr.14180) 1260 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-11T17:25:01.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:24:59.567555+0000 mgr.smithi115.ltfvnr (mgr.14180) 1261 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:01.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:24:59.097116+0000 mgr.smithi115.ltfvnr (mgr.14180) 1260 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-11T17:25:01.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:24:59.567555+0000 mgr.smithi115.ltfvnr (mgr.14180) 1261 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:01.425 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:02.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:01.097683+0000 mgr.smithi115.ltfvnr (mgr.14180) 1262 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-11T17:25:02.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:25:01.223147+0000 mon.smithi115 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:25:02.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:02 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:01.097683+0000 mgr.smithi115.ltfvnr (mgr.14180) 1262 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-11T17:25:02.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:02 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:25:01.223147+0000 mon.smithi115 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' 2024-02-11T17:25:03.898 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:25:03.898 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:04.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:04 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:03.098348+0000 mgr.smithi115.ltfvnr (mgr.14180) 1263 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-11T17:25:04.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:04 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:25:03.893654+0000 mgr.smithi115.ltfvnr (mgr.14180) 1264 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:04.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:04.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:04 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:03.098348+0000 mgr.smithi115.ltfvnr (mgr.14180) 1263 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-11T17:25:04.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:04 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:25:03.893654+0000 mgr.smithi115.ltfvnr (mgr.14180) 1264 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:05.700 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:06.408 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:05.099196+0000 mgr.smithi115.ltfvnr (mgr.14180) 1265 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:06.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:06 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:05.099196+0000 mgr.smithi115.ltfvnr (mgr.14180) 1265 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:08.106 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:25:08.106 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:08.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:07.099561+0000 mgr.smithi115.ltfvnr (mgr.14180) 1266 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:08.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:07.099561+0000 mgr.smithi115.ltfvnr (mgr.14180) 1266 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:08.852 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:09.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:25:08.101453+0000 mgr.smithi115.ltfvnr (mgr.14180) 1267 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:09.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:25:08.101453+0000 mgr.smithi115.ltfvnr (mgr.14180) 1267 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:09.853 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:10.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:09.100081+0000 mgr.smithi115.ltfvnr (mgr.14180) 1268 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:10.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:09.100081+0000 mgr.smithi115.ltfvnr (mgr.14180) 1268 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:12.311 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:25:12.312 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:12.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:11.100564+0000 mgr.smithi115.ltfvnr (mgr.14180) 1269 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:12.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:11.100564+0000 mgr.smithi115.ltfvnr (mgr.14180) 1269 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:13.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:13.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:25:12.306582+0000 mgr.smithi115.ltfvnr (mgr.14180) 1270 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:13.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:25:12.306582+0000 mgr.smithi115.ltfvnr (mgr.14180) 1270 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:14.066 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:14.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:13.100986+0000 mgr.smithi115.ltfvnr (mgr.14180) 1271 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:14.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:13.100986+0000 mgr.smithi115.ltfvnr (mgr.14180) 1271 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:16.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:15.101733+0000 mgr.smithi115.ltfvnr (mgr.14180) 1272 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:16.517 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:25:16.517 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:16.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:15.101733+0000 mgr.smithi115.ltfvnr (mgr.14180) 1272 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:17.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:17.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:25:16.512248+0000 mgr.smithi115.ltfvnr (mgr.14180) 1273 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:17.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:25:16.512248+0000 mgr.smithi115.ltfvnr (mgr.14180) 1273 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:18.334 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:18.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:17.102177+0000 mgr.smithi115.ltfvnr (mgr.14180) 1274 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:18.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:17.102177+0000 mgr.smithi115.ltfvnr (mgr.14180) 1274 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:20.653 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:25:20.653 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:20.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:19.102857+0000 mgr.smithi115.ltfvnr (mgr.14180) 1275 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:20.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:19.102857+0000 mgr.smithi115.ltfvnr (mgr.14180) 1275 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:21.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:25:20.648700+0000 mgr.smithi115.ltfvnr (mgr.14180) 1276 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:21.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:21.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:25:20.648700+0000 mgr.smithi115.ltfvnr (mgr.14180) 1276 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:22.528 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:22.560 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:21.103277+0000 mgr.smithi115.ltfvnr (mgr.14180) 1277 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:22.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:21.103277+0000 mgr.smithi115.ltfvnr (mgr.14180) 1277 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:24.394 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:23.103708+0000 mgr.smithi115.ltfvnr (mgr.14180) 1278 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:24.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:23.103708+0000 mgr.smithi115.ltfvnr (mgr.14180) 1278 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:24.872 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:25:24.873 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:25.585 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:25 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:25:24.867974+0000 mgr.smithi115.ltfvnr (mgr.14180) 1279 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:25.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:25.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:25 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:25:24.867974+0000 mgr.smithi115.ltfvnr (mgr.14180) 1279 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:26.606 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:26.639 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:25.104244+0000 mgr.smithi115.ltfvnr (mgr.14180) 1280 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:26.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:25.104244+0000 mgr.smithi115.ltfvnr (mgr.14180) 1280 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:28.391 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:27.104541+0000 mgr.smithi115.ltfvnr (mgr.14180) 1281 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:28.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:27.104541+0000 mgr.smithi115.ltfvnr (mgr.14180) 1281 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:28.874 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:25:28.874 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:29.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:29 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:25:28.868821+0000 mgr.smithi115.ltfvnr (mgr.14180) 1282 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:29.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:29 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:25:28.868821+0000 mgr.smithi115.ltfvnr (mgr.14180) 1282 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:29.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:30.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:29.105057+0000 mgr.smithi115.ltfvnr (mgr.14180) 1283 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:30.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:29.105057+0000 mgr.smithi115.ltfvnr (mgr.14180) 1283 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:30.716 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:32.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:31.105491+0000 mgr.smithi115.ltfvnr (mgr.14180) 1284 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:32.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:31.105491+0000 mgr.smithi115.ltfvnr (mgr.14180) 1284 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:33.159 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:25:33.160 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:33.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:34.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:33.105901+0000 mgr.smithi115.ltfvnr (mgr.14180) 1285 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:34.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:25:33.155238+0000 mgr.smithi115.ltfvnr (mgr.14180) 1286 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:34.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:33.105901+0000 mgr.smithi115.ltfvnr (mgr.14180) 1285 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:34.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:25:33.155238+0000 mgr.smithi115.ltfvnr (mgr.14180) 1286 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:34.942 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:36.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:35.106389+0000 mgr.smithi115.ltfvnr (mgr.14180) 1287 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:36.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:35.106389+0000 mgr.smithi115.ltfvnr (mgr.14180) 1287 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:37.229 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:25:37.229 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:37.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:38.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:37.106704+0000 mgr.smithi115.ltfvnr (mgr.14180) 1288 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:38.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:25:37.224730+0000 mgr.smithi115.ltfvnr (mgr.14180) 1289 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:38.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:37.106704+0000 mgr.smithi115.ltfvnr (mgr.14180) 1288 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:38.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:25:37.224730+0000 mgr.smithi115.ltfvnr (mgr.14180) 1289 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:38.989 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:40.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:39.107103+0000 mgr.smithi115.ltfvnr (mgr.14180) 1290 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:40.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:39.107103+0000 mgr.smithi115.ltfvnr (mgr.14180) 1290 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:41.238 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:25:41.238 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:42.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:42.419 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:41.107546+0000 mgr.smithi115.ltfvnr (mgr.14180) 1291 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:42.420 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:25:41.233528+0000 mgr.smithi115.ltfvnr (mgr.14180) 1292 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:42.702 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:41.107546+0000 mgr.smithi115.ltfvnr (mgr.14180) 1291 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:42.702 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:25:41.233528+0000 mgr.smithi115.ltfvnr (mgr.14180) 1292 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:43.104 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:44.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:43.108035+0000 mgr.smithi115.ltfvnr (mgr.14180) 1293 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:44.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:43.108035+0000 mgr.smithi115.ltfvnr (mgr.14180) 1293 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:45.436 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:25:45.436 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:46.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:46.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:45.108584+0000 mgr.smithi115.ltfvnr (mgr.14180) 1294 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:46.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:25:45.430603+0000 mgr.smithi115.ltfvnr (mgr.14180) 1295 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:46.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:45.108584+0000 mgr.smithi115.ltfvnr (mgr.14180) 1294 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:46.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:25:45.430603+0000 mgr.smithi115.ltfvnr (mgr.14180) 1295 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:47.245 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:48.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:47.108963+0000 mgr.smithi115.ltfvnr (mgr.14180) 1296 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:48.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:47.108963+0000 mgr.smithi115.ltfvnr (mgr.14180) 1296 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:49.569 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:25:49.569 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:50.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:50.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:50 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:49.109560+0000 mgr.smithi115.ltfvnr (mgr.14180) 1297 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:50.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:50 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:25:49.564507+0000 mgr.smithi115.ltfvnr (mgr.14180) 1298 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:50.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:50 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:49.109560+0000 mgr.smithi115.ltfvnr (mgr.14180) 1297 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:50.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:50 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:25:49.564507+0000 mgr.smithi115.ltfvnr (mgr.14180) 1298 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:51.434 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:52.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:51.110131+0000 mgr.smithi115.ltfvnr (mgr.14180) 1299 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:52.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:51.110131+0000 mgr.smithi115.ltfvnr (mgr.14180) 1299 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:53.805 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:25:53.805 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:54.583 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:53.110600+0000 mgr.smithi115.ltfvnr (mgr.14180) 1300 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:54.583 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:25:53.800170+0000 mgr.smithi115.ltfvnr (mgr.14180) 1301 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:54.603 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:54.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:53.110600+0000 mgr.smithi115.ltfvnr (mgr.14180) 1300 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:54.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:25:53.800170+0000 mgr.smithi115.ltfvnr (mgr.14180) 1301 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:55.604 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:56.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:55.111306+0000 mgr.smithi115.ltfvnr (mgr.14180) 1302 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:56.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:55.111306+0000 mgr.smithi115.ltfvnr (mgr.14180) 1302 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:58.116 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:25:58.116 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:58.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:57.111726+0000 mgr.smithi115.ltfvnr (mgr.14180) 1303 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:58.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:58 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:57.111726+0000 mgr.smithi115.ltfvnr (mgr.14180) 1303 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:25:58.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:59.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:25:59 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:25:58.110650+0000 mgr.smithi115.ltfvnr (mgr.14180) 1304 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:59.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:25:59 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:25:58.110650+0000 mgr.smithi115.ltfvnr (mgr.14180) 1304 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:59.849 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:00.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:25:59.112350+0000 mgr.smithi115.ltfvnr (mgr.14180) 1305 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:00.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:25:59.112350+0000 mgr.smithi115.ltfvnr (mgr.14180) 1305 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:02.327 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:26:02.327 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:02.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:01.113002+0000 mgr.smithi115.ltfvnr (mgr.14180) 1306 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:02.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:02 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:01.113002+0000 mgr.smithi115.ltfvnr (mgr.14180) 1306 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:03.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:03.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:03 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:26:02.321992+0000 mgr.smithi115.ltfvnr (mgr.14180) 1307 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:03.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:03 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:26:02.321992+0000 mgr.smithi115.ltfvnr (mgr.14180) 1307 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:04.055 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:04.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:04 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:03.113589+0000 mgr.smithi115.ltfvnr (mgr.14180) 1308 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:04.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:04 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:03.113589+0000 mgr.smithi115.ltfvnr (mgr.14180) 1308 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:06.434 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:26:06.434 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:06.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:05.114395+0000 mgr.smithi115.ltfvnr (mgr.14180) 1309 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:06.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:06 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:05.114395+0000 mgr.smithi115.ltfvnr (mgr.14180) 1309 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:07.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:07.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:07 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:26:06.429498+0000 mgr.smithi115.ltfvnr (mgr.14180) 1310 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:07.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:07 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:26:06.429498+0000 mgr.smithi115.ltfvnr (mgr.14180) 1310 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:08.310 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:08.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:07.114729+0000 mgr.smithi115.ltfvnr (mgr.14180) 1311 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:08.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:07.114729+0000 mgr.smithi115.ltfvnr (mgr.14180) 1311 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:10.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:09.115219+0000 mgr.smithi115.ltfvnr (mgr.14180) 1312 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:10.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:09.115219+0000 mgr.smithi115.ltfvnr (mgr.14180) 1312 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:10.718 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:26:10.718 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:11.547 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:11.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:11 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:26:10.713534+0000 mgr.smithi115.ltfvnr (mgr.14180) 1313 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:11.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:11 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:26:10.713534+0000 mgr.smithi115.ltfvnr (mgr.14180) 1313 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:12.549 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:12.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:11.115723+0000 mgr.smithi115.ltfvnr (mgr.14180) 1314 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:12.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:11.115723+0000 mgr.smithi115.ltfvnr (mgr.14180) 1314 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:14.474 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:13.116119+0000 mgr.smithi115.ltfvnr (mgr.14180) 1315 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:14.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:13.116119+0000 mgr.smithi115.ltfvnr (mgr.14180) 1315 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:14.929 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:26:14.929 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:15.664 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:15 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:26:14.924928+0000 mgr.smithi115.ltfvnr (mgr.14180) 1316 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:15.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:15.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:15 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:26:14.924928+0000 mgr.smithi115.ltfvnr (mgr.14180) 1316 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:16.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:15.116843+0000 mgr.smithi115.ltfvnr (mgr.14180) 1317 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:16.685 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:16.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:15.116843+0000 mgr.smithi115.ltfvnr (mgr.14180) 1317 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:18.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:17.117311+0000 mgr.smithi115.ltfvnr (mgr.14180) 1318 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:18.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:17.117311+0000 mgr.smithi115.ltfvnr (mgr.14180) 1318 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:19.084 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:26:19.084 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:19.890 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:20.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:26:19.079314+0000 mgr.smithi115.ltfvnr (mgr.14180) 1319 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:20.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:19.117732+0000 mgr.smithi115.ltfvnr (mgr.14180) 1320 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:20.891 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:20.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:26:19.079314+0000 mgr.smithi115.ltfvnr (mgr.14180) 1319 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:20.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:19.117732+0000 mgr.smithi115.ltfvnr (mgr.14180) 1320 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:22.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:21.118164+0000 mgr.smithi115.ltfvnr (mgr.14180) 1321 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:22.746 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:21.118164+0000 mgr.smithi115.ltfvnr (mgr.14180) 1321 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:23.361 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:26:23.361 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:24.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:24.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:23.118754+0000 mgr.smithi115.ltfvnr (mgr.14180) 1322 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:24.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:26:23.356427+0000 mgr.smithi115.ltfvnr (mgr.14180) 1323 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:24.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:23.118754+0000 mgr.smithi115.ltfvnr (mgr.14180) 1322 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:24.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:26:23.356427+0000 mgr.smithi115.ltfvnr (mgr.14180) 1323 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:25.183 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:26.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:25.119316+0000 mgr.smithi115.ltfvnr (mgr.14180) 1324 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:26.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:25.119316+0000 mgr.smithi115.ltfvnr (mgr.14180) 1324 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:27.406 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:26:27.406 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:28.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:28.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:27.119801+0000 mgr.smithi115.ltfvnr (mgr.14180) 1325 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:28.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:26:27.401134+0000 mgr.smithi115.ltfvnr (mgr.14180) 1326 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:28.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:27.119801+0000 mgr.smithi115.ltfvnr (mgr.14180) 1325 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:28.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:26:27.401134+0000 mgr.smithi115.ltfvnr (mgr.14180) 1326 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:29.391 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:30.700 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:29.120457+0000 mgr.smithi115.ltfvnr (mgr.14180) 1327 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:30.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:29.120457+0000 mgr.smithi115.ltfvnr (mgr.14180) 1327 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:31.809 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:26:31.809 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:32.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:31.120997+0000 mgr.smithi115.ltfvnr (mgr.14180) 1328 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:32.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:26:31.804861+0000 mgr.smithi115.ltfvnr (mgr.14180) 1329 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:32.689 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:32.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:31.120997+0000 mgr.smithi115.ltfvnr (mgr.14180) 1328 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:32.699 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:26:31.804861+0000 mgr.smithi115.ltfvnr (mgr.14180) 1329 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:33.691 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:34.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:33.121446+0000 mgr.smithi115.ltfvnr (mgr.14180) 1330 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:34.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:33.121446+0000 mgr.smithi115.ltfvnr (mgr.14180) 1330 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:36.032 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:26:36.032 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:36.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:35.122065+0000 mgr.smithi115.ltfvnr (mgr.14180) 1331 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:36.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:26:36.027534+0000 mgr.smithi115.ltfvnr (mgr.14180) 1332 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:36.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:36.803 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:35.122065+0000 mgr.smithi115.ltfvnr (mgr.14180) 1331 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:36.804 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:26:36.027534+0000 mgr.smithi115.ltfvnr (mgr.14180) 1332 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:37.753 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:38.541 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:37.122538+0000 mgr.smithi115.ltfvnr (mgr.14180) 1333 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:38.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:37.122538+0000 mgr.smithi115.ltfvnr (mgr.14180) 1333 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:40.005 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:26:40.006 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:40.746 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:39.123351+0000 mgr.smithi115.ltfvnr (mgr.14180) 1334 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:40.746 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:26:40.000948+0000 mgr.smithi115.ltfvnr (mgr.14180) 1335 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:40.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:40.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:39.123351+0000 mgr.smithi115.ltfvnr (mgr.14180) 1334 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:40.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:26:40.000948+0000 mgr.smithi115.ltfvnr (mgr.14180) 1335 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:41.771 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:42.543 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:41.123897+0000 mgr.smithi115.ltfvnr (mgr.14180) 1336 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:42.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:41.123897+0000 mgr.smithi115.ltfvnr (mgr.14180) 1336 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:44.139 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:26:44.139 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:44.858 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:43.124265+0000 mgr.smithi115.ltfvnr (mgr.14180) 1337 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:44.879 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:44.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:43.124265+0000 mgr.smithi115.ltfvnr (mgr.14180) 1337 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:45.880 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:45.913 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:45 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:26:44.134591+0000 mgr.smithi115.ltfvnr (mgr.14180) 1338 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:45.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:45 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:26:44.134591+0000 mgr.smithi115.ltfvnr (mgr.14180) 1338 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:46.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:45.124927+0000 mgr.smithi115.ltfvnr (mgr.14180) 1339 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:46.803 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:45.124927+0000 mgr.smithi115.ltfvnr (mgr.14180) 1339 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:48.453 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:26:48.454 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:48.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:47.125248+0000 mgr.smithi115.ltfvnr (mgr.14180) 1340 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:48.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:47.125248+0000 mgr.smithi115.ltfvnr (mgr.14180) 1340 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:49.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:49.668 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:49 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:26:48.449031+0000 mgr.smithi115.ltfvnr (mgr.14180) 1341 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:49.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:49 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:26:48.449031+0000 mgr.smithi115.ltfvnr (mgr.14180) 1341 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:50.417 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:50.909 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:50 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:49.125804+0000 mgr.smithi115.ltfvnr (mgr.14180) 1342 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:50.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:50 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:49.125804+0000 mgr.smithi115.ltfvnr (mgr.14180) 1342 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:52.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:51.126214+0000 mgr.smithi115.ltfvnr (mgr.14180) 1343 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:52.793 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:26:52.794 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:52.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:51.126214+0000 mgr.smithi115.ltfvnr (mgr.14180) 1343 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:53.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:53.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:53 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:26:52.788920+0000 mgr.smithi115.ltfvnr (mgr.14180) 1344 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:53.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:53 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:26:52.788920+0000 mgr.smithi115.ltfvnr (mgr.14180) 1344 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:54.572 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:54.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:53.126587+0000 mgr.smithi115.ltfvnr (mgr.14180) 1345 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:54.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:53.126587+0000 mgr.smithi115.ltfvnr (mgr.14180) 1345 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:56.803 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:55.127080+0000 mgr.smithi115.ltfvnr (mgr.14180) 1346 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:56.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:55.127080+0000 mgr.smithi115.ltfvnr (mgr.14180) 1346 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:56.954 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:26:56.955 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:57.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:57 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:26:56.950004+0000 mgr.smithi115.ltfvnr (mgr.14180) 1347 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:57.789 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:57.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:57 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:26:56.950004+0000 mgr.smithi115.ltfvnr (mgr.14180) 1347 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:58.790 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:58.824 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:26:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:57.127517+0000 mgr.smithi115.ltfvnr (mgr.14180) 1348 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:26:58.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:26:58 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:57.127517+0000 mgr.smithi115.ltfvnr (mgr.14180) 1348 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:00.695 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:26:59.128035+0000 mgr.smithi115.ltfvnr (mgr.14180) 1349 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:00.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:26:59.128035+0000 mgr.smithi115.ltfvnr (mgr.14180) 1349 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:01.162 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:27:01.162 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:02.057 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:02.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:01.128484+0000 mgr.smithi115.ltfvnr (mgr.14180) 1350 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:02.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:27:01.157906+0000 mgr.smithi115.ltfvnr (mgr.14180) 1351 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:02.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:02 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:01.128484+0000 mgr.smithi115.ltfvnr (mgr.14180) 1350 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:02.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:02 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:27:01.157906+0000 mgr.smithi115.ltfvnr (mgr.14180) 1351 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:03.058 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:04.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:04 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:03.128924+0000 mgr.smithi115.ltfvnr (mgr.14180) 1352 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:04.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:04 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:03.128924+0000 mgr.smithi115.ltfvnr (mgr.14180) 1352 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:05.510 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:27:05.511 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:06.359 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:06.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:05.129435+0000 mgr.smithi115.ltfvnr (mgr.14180) 1353 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:06.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:27:05.505677+0000 mgr.smithi115.ltfvnr (mgr.14180) 1354 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:06.804 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:06 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:05.129435+0000 mgr.smithi115.ltfvnr (mgr.14180) 1353 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:06.804 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:06 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:27:05.505677+0000 mgr.smithi115.ltfvnr (mgr.14180) 1354 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:07.360 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:08.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:07.129860+0000 mgr.smithi115.ltfvnr (mgr.14180) 1355 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:08.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:07.129860+0000 mgr.smithi115.ltfvnr (mgr.14180) 1355 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:09.728 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:27:09.728 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:10.483 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:10.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:09.130312+0000 mgr.smithi115.ltfvnr (mgr.14180) 1356 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:10.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:27:09.723344+0000 mgr.smithi115.ltfvnr (mgr.14180) 1357 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:10.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:09.130312+0000 mgr.smithi115.ltfvnr (mgr.14180) 1356 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:10.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:27:09.723344+0000 mgr.smithi115.ltfvnr (mgr.14180) 1357 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:11.484 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:12.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:11.130888+0000 mgr.smithi115.ltfvnr (mgr.14180) 1358 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:12.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:11.130888+0000 mgr.smithi115.ltfvnr (mgr.14180) 1358 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:13.825 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:27:13.825 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:14.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:14.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:13.131414+0000 mgr.smithi115.ltfvnr (mgr.14180) 1359 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:14.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:27:13.820139+0000 mgr.smithi115.ltfvnr (mgr.14180) 1360 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:14.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:13.131414+0000 mgr.smithi115.ltfvnr (mgr.14180) 1359 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:14.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:27:13.820139+0000 mgr.smithi115.ltfvnr (mgr.14180) 1360 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:15.677 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:16.802 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:15.131937+0000 mgr.smithi115.ltfvnr (mgr.14180) 1361 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:16.891 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:15.131937+0000 mgr.smithi115.ltfvnr (mgr.14180) 1361 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:18.118 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:27:18.118 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:18.912 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:17.132349+0000 mgr.smithi115.ltfvnr (mgr.14180) 1362 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:18.933 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:18.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:17.132349+0000 mgr.smithi115.ltfvnr (mgr.14180) 1362 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:19.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:19 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:27:18.112127+0000 mgr.smithi115.ltfvnr (mgr.14180) 1363 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:19.934 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:19.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:19 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:27:18.112127+0000 mgr.smithi115.ltfvnr (mgr.14180) 1363 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:20.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:19.132944+0000 mgr.smithi115.ltfvnr (mgr.14180) 1364 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:20.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:19.132944+0000 mgr.smithi115.ltfvnr (mgr.14180) 1364 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:22.240 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:27:22.240 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:30.656566Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.myeyzb on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:22.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:21.133542+0000 mgr.smithi115.ltfvnr (mgr.14180) 1365 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:22.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:27:22.240595+0000 mon.smithi115 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi195.nlqvvm"}]: dispatch 2024-02-11T17:27:22.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:21.133542+0000 mgr.smithi115.ltfvnr (mgr.14180) 1365 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:22.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:22 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:27:22.240595+0000 mon.smithi115 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.115:0/3696116386' entity='mgr.smithi115.ltfvnr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi195.nlqvvm"}]: dispatch 2024-02-11T17:27:23.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:23.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:27:22.235512+0000 mgr.smithi115.ltfvnr (mgr.14180) 1366 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:23.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:27:22.240080+0000 mgr.smithi115.ltfvnr (mgr.14180) 1367 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm 2024-02-11T17:27:23.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm 2024-02-11T17:27:23.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm 2024-02-11T17:27:23.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm 2024-02-11T17:27:23.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi195.nlqvvm ... 2024-02-11T17:27:23.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:23.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:27:23.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:25:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:27:23.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:26:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:27:23.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:26:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:27:23.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:27:23.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:23.920 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Traceback (most recent call last): 2024-02-11T17:27:23.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:27:23.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: yield (conn, connr) 2024-02-11T17:27:23.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:27:23.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: code, '\n'.join(err))) 2024-02-11T17:27:23.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm 2024-02-11T17:27:23.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm 2024-02-11T17:27:23.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm 2024-02-11T17:27:23.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm 2024-02-11T17:27:23.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi195.nlqvvm ... 2024-02-11T17:27:23.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:23.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:27:23.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:25:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:27:23.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:26:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:27:23.921 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:26:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:27:23.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:27:23.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:23.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:27:22.240249+0000 mgr.smithi115.ltfvnr (mgr.14180) 1368 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi195.nlqvvm 2024-02-11T17:27:23.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:27:22.241257+0000 mgr.smithi115.ltfvnr (mgr.14180) 1369 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi195.nlqvvm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm 2024-02-11T17:27:23.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm 2024-02-11T17:27:23.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm 2024-02-11T17:27:23.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm 2024-02-11T17:27:23.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: Deploy daemon haproxy.nfs.foo.smithi195.nlqvvm ... 2024-02-11T17:27:23.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:23.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:27:23.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:25:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:27:23.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:26:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:27:23.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr time="2024-02-11T17:26:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:27:23.922 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:27:23.923 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:23.923 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:23 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cephadm 2024-02-11T17:27:22.242983+0000 mgr.smithi115.ltfvnr (mgr.14180) 1370 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi115.lngbsl on smithi115 2024-02-11T17:27:23.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:27:22.235512+0000 mgr.smithi115.ltfvnr (mgr.14180) 1366 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:23.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:27:22.240080+0000 mgr.smithi115.ltfvnr (mgr.14180) 1367 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm 2024-02-11T17:27:23.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm 2024-02-11T17:27:23.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm 2024-02-11T17:27:23.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm 2024-02-11T17:27:23.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi195.nlqvvm ... 2024-02-11T17:27:23.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:23.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:27:23.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:25:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:27:23.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:26:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:27:23.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:26:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:27:23.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:27:23.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:23.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Traceback (most recent call last): 2024-02-11T17:27:23.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:27:23.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: yield (conn, connr) 2024-02-11T17:27:23.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:27:23.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: code, '\n'.join(err))) 2024-02-11T17:27:23.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm 2024-02-11T17:27:23.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm 2024-02-11T17:27:23.951 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm 2024-02-11T17:27:23.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm 2024-02-11T17:27:23.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi195.nlqvvm ... 2024-02-11T17:27:23.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:23.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:27:23.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:25:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:27:23.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:26:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:27:23.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:26:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:27:23.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:27:23.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:23.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:27:22.240249+0000 mgr.smithi115.ltfvnr (mgr.14180) 1368 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi195.nlqvvm 2024-02-11T17:27:23.952 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:27:22.241257+0000 mgr.smithi115.ltfvnr (mgr.14180) 1369 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi195.nlqvvm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm 2024-02-11T17:27:23.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm 2024-02-11T17:27:23.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm 2024-02-11T17:27:23.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: /bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm 2024-02-11T17:27:23.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: Deploy daemon haproxy.nfs.foo.smithi195.nlqvvm ... 2024-02-11T17:27:23.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:23.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:27:23.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:25:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:27:23.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:26:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:27:23.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr time="2024-02-11T17:26:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:27:23.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:27:23.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:23.953 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:23 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cephadm 2024-02-11T17:27:22.242983+0000 mgr.smithi115.ltfvnr (mgr.14180) 1370 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi115.lngbsl on smithi115 2024-02-11T17:27:24.105 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:24.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:24 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:23.133878+0000 mgr.smithi115.ltfvnr (mgr.14180) 1371 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:24.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:23.133878+0000 mgr.smithi115.ltfvnr (mgr.14180) 1371 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:26.491 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:27:26.491 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:22.241136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nlqvvm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\nDeploy daemon haproxy.nfs.foo.smithi195.nlqvvm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:25:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:26.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:26 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:25.134317+0000 mgr.smithi115.ltfvnr (mgr.14180) 1372 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:26.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:26 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:25.134317+0000 mgr.smithi115.ltfvnr (mgr.14180) 1372 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:27.293 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:27.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:27 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:27:26.486339+0000 mgr.smithi115.ltfvnr (mgr.14180) 1373 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:27.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:27 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:27:26.486339+0000 mgr.smithi115.ltfvnr (mgr.14180) 1373 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:28.295 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:28.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:28 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:27.134718+0000 mgr.smithi115.ltfvnr (mgr.14180) 1374 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:28.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:28 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:27.134718+0000 mgr.smithi115.ltfvnr (mgr.14180) 1374 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:30.917 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:27:30.918 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:22.241136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nlqvvm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\nDeploy daemon haproxy.nfs.foo.smithi195.nlqvvm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:25:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:30.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:30 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:29.135407+0000 mgr.smithi115.ltfvnr (mgr.14180) 1375 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:30.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:30 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:29.135407+0000 mgr.smithi115.ltfvnr (mgr.14180) 1375 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:31.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:31.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:31 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:27:30.912529+0000 mgr.smithi115.ltfvnr (mgr.14180) 1376 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:31.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:31 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:27:30.912529+0000 mgr.smithi115.ltfvnr (mgr.14180) 1376 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:32.804 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:32.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:32 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:31.135875+0000 mgr.smithi115.ltfvnr (mgr.14180) 1377 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:32.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:32 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:31.135875+0000 mgr.smithi115.ltfvnr (mgr.14180) 1377 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:34.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:34 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:33.136260+0000 mgr.smithi115.ltfvnr (mgr.14180) 1378 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:34.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:34 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:33.136260+0000 mgr.smithi115.ltfvnr (mgr.14180) 1378 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:34.972 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:27:34.972 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:22.241136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nlqvvm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\nDeploy daemon haproxy.nfs.foo.smithi195.nlqvvm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:25:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:35.667 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:35.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:35 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:27:34.967470+0000 mgr.smithi115.ltfvnr (mgr.14180) 1379 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:35.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:35 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:27:34.967470+0000 mgr.smithi115.ltfvnr (mgr.14180) 1379 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:36.668 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:36.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:36 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:35.136789+0000 mgr.smithi115.ltfvnr (mgr.14180) 1380 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:36.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:36 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:35.136789+0000 mgr.smithi115.ltfvnr (mgr.14180) 1380 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:38.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:38 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:37.137065+0000 mgr.smithi115.ltfvnr (mgr.14180) 1381 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:38.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:38 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:37.137065+0000 mgr.smithi115.ltfvnr (mgr.14180) 1381 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:39.050 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:27:39.051 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:22.241136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nlqvvm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\nDeploy daemon haproxy.nfs.foo.smithi195.nlqvvm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:25:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:39.726 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:39 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:27:39.045937+0000 mgr.smithi115.ltfvnr (mgr.14180) 1382 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:39.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:39.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:39 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:27:39.045937+0000 mgr.smithi115.ltfvnr (mgr.14180) 1382 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:40.747 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:40.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:40 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:39.137525+0000 mgr.smithi115.ltfvnr (mgr.14180) 1383 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:40.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:40 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:39.137525+0000 mgr.smithi115.ltfvnr (mgr.14180) 1383 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:42.747 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:42 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:41.138130+0000 mgr.smithi115.ltfvnr (mgr.14180) 1384 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:42.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:42 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:41.138130+0000 mgr.smithi115.ltfvnr (mgr.14180) 1384 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:43.221 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:27:43.221 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:22.241136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nlqvvm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\nDeploy daemon haproxy.nfs.foo.smithi195.nlqvvm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:25:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:43.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:44.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:43.138544+0000 mgr.smithi115.ltfvnr (mgr.14180) 1385 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:44.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:44 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:27:43.216652+0000 mgr.smithi115.ltfvnr (mgr.14180) 1386 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:44.949 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:44.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:43.138544+0000 mgr.smithi115.ltfvnr (mgr.14180) 1385 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:44.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:44 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:27:43.216652+0000 mgr.smithi115.ltfvnr (mgr.14180) 1386 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:46.669 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:46 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:45.139091+0000 mgr.smithi115.ltfvnr (mgr.14180) 1387 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:46.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:46 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:45.139091+0000 mgr.smithi115.ltfvnr (mgr.14180) 1387 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:47.087 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:27:47.087 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:22.241136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nlqvvm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\nDeploy daemon haproxy.nfs.foo.smithi195.nlqvvm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:25:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:47.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:48.876 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:48.909 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:27:47.082416+0000 mgr.smithi115.ltfvnr (mgr.14180) 1388 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:48.909 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:48 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:47.139439+0000 mgr.smithi115.ltfvnr (mgr.14180) 1389 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:48.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:27:47.082416+0000 mgr.smithi115.ltfvnr (mgr.14180) 1388 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:48.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:48 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:47.139439+0000 mgr.smithi115.ltfvnr (mgr.14180) 1389 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:50.878 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:50 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:49.140207+0000 mgr.smithi115.ltfvnr (mgr.14180) 1390 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:50.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:50 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:49.140207+0000 mgr.smithi115.ltfvnr (mgr.14180) 1390 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:51.344 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:27:51.344 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:22.241136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nlqvvm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\nDeploy daemon haproxy.nfs.foo.smithi195.nlqvvm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:25:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:52.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:52.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:51.140666+0000 mgr.smithi115.ltfvnr (mgr.14180) 1391 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:52.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:52 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:27:51.339390+0000 mgr.smithi115.ltfvnr (mgr.14180) 1392 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:52.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:51.140666+0000 mgr.smithi115.ltfvnr (mgr.14180) 1391 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:52.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:52 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:27:51.339390+0000 mgr.smithi115.ltfvnr (mgr.14180) 1392 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:53.141 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:54.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:54 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:53.141321+0000 mgr.smithi115.ltfvnr (mgr.14180) 1393 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:54.949 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:54 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:53.141321+0000 mgr.smithi115.ltfvnr (mgr.14180) 1393 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:55.527 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:27:55.541 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:22.241136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nlqvvm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\nDeploy daemon haproxy.nfs.foo.smithi195.nlqvvm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:25:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:56.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:56.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:55.142019+0000 mgr.smithi115.ltfvnr (mgr.14180) 1394 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:56.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:56 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:27:55.521081+0000 mgr.smithi115.ltfvnr (mgr.14180) 1395 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:56.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:55.142019+0000 mgr.smithi115.ltfvnr (mgr.14180) 1394 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:56.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:56 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:27:55.521081+0000 mgr.smithi115.ltfvnr (mgr.14180) 1395 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:57.354 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:58.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:27:58 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:57.142539+0000 mgr.smithi115.ltfvnr (mgr.14180) 1396 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:59.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:27:58 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:57.142539+0000 mgr.smithi115.ltfvnr (mgr.14180) 1396 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:27:59.784 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:27:59.784 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:22.241136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nlqvvm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\nDeploy daemon haproxy.nfs.foo.smithi195.nlqvvm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:25:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:28:00.762 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:28:01.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:27:59.143021+0000 mgr.smithi115.ltfvnr (mgr.14180) 1397 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:28:01.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:00 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:27:59.779227+0000 mgr.smithi115.ltfvnr (mgr.14180) 1398 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:01.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:27:59.143021+0000 mgr.smithi115.ltfvnr (mgr.14180) 1397 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:28:01.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:00 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:27:59.779227+0000 mgr.smithi115.ltfvnr (mgr.14180) 1398 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:01.764 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:28:03.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:02 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:28:01.143519+0000 mgr.smithi115.ltfvnr (mgr.14180) 1399 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:03.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:02 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:28:01.143519+0000 mgr.smithi115.ltfvnr (mgr.14180) 1399 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:04.020 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:28:04.020 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:22.241136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nlqvvm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\nDeploy daemon haproxy.nfs.foo.smithi195.nlqvvm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:25:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:28:04.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:28:05.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:04 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:28:03.143986+0000 mgr.smithi115.ltfvnr (mgr.14180) 1400 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:28:05.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:04 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:28:04.015246+0000 mgr.smithi115.ltfvnr (mgr.14180) 1401 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:05.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:04 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:28:03.143986+0000 mgr.smithi115.ltfvnr (mgr.14180) 1400 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:28:05.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:04 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:28:04.015246+0000 mgr.smithi115.ltfvnr (mgr.14180) 1401 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:05.733 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:28:07.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:06 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:28:05.144775+0000 mgr.smithi115.ltfvnr (mgr.14180) 1402 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:28:07.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:06 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:28:05.144775+0000 mgr.smithi115.ltfvnr (mgr.14180) 1402 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:28:08.205 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:28:08.205 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:22.241136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nlqvvm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\nDeploy daemon haproxy.nfs.foo.smithi195.nlqvvm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:25:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:28:08.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:08 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:28:07.145047+0000 mgr.smithi115.ltfvnr (mgr.14180) 1403 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:28:09.027 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:28:09.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:08 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:28:07.145047+0000 mgr.smithi115.ltfvnr (mgr.14180) 1403 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:28:10.028 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:28:10.062 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:09 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:28:08.199824+0000 mgr.smithi115.ltfvnr (mgr.14180) 1404 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:10.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:09 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:28:08.199824+0000 mgr.smithi115.ltfvnr (mgr.14180) 1404 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:10.787 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:10 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:28:09.145796+0000 mgr.smithi115.ltfvnr (mgr.14180) 1405 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:28:11.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:10 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:28:09.145796+0000 mgr.smithi115.ltfvnr (mgr.14180) 1405 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:28:12.338 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:28:12.338 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:22.241136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nlqvvm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\nDeploy daemon haproxy.nfs.foo.smithi195.nlqvvm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:25:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:28:13.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:12 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:28:11.146499+0000 mgr.smithi115.ltfvnr (mgr.14180) 1406 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:13.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:12 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:28:11.146499+0000 mgr.smithi115.ltfvnr (mgr.14180) 1406 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:13.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:28:14.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:13 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:28:12.333102+0000 mgr.smithi115.ltfvnr (mgr.14180) 1407 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:14.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:13 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:28:12.333102+0000 mgr.smithi115.ltfvnr (mgr.14180) 1407 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:14.210 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:28:14.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:14 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:28:13.146923+0000 mgr.smithi115.ltfvnr (mgr.14180) 1408 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:28:15.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:14 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:28:13.146923+0000 mgr.smithi115.ltfvnr (mgr.14180) 1408 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:28:16.551 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:28:16.551 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:22.241136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nlqvvm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\nDeploy daemon haproxy.nfs.foo.smithi195.nlqvvm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:25:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:28:16.918 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:16 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:28:15.147474+0000 mgr.smithi115.ltfvnr (mgr.14180) 1409 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:28:17.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:16 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:28:15.147474+0000 mgr.smithi115.ltfvnr (mgr.14180) 1409 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:28:17.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:28:18.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:17 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:28:16.545994+0000 mgr.smithi115.ltfvnr (mgr.14180) 1410 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:18.199 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:17 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:28:16.545994+0000 mgr.smithi115.ltfvnr (mgr.14180) 1410 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:18.466 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:28:19.169 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:18 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:28:17.147838+0000 mgr.smithi115.ltfvnr (mgr.14180) 1411 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:28:19.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:18 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:28:17.147838+0000 mgr.smithi115.ltfvnr (mgr.14180) 1411 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:28:20.850 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-11T17:28:20.851 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:56:45.432339Z", "last_refresh": "2024-02-11T17:24:52.796257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:56:38.951957Z", "last_refresh": "2024-02-11T17:24:42.656570Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:56:41.990730Z", "last_refresh": "2024-02-11T17:24:52.796388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:10.870043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.dmnwwn on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-dmnwwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.dmnwwn\nDeploy daemon haproxy.nfs.foo.smithi195.dmnwwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:19:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:19:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:20:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.222900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi115.voxdye on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi115-voxdye\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi115.voxdye\nDeploy daemon haproxy.nfs.foo.smithi115.voxdye ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:21: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=\"2024-02-11T17:22:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:23: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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:40.224228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.krmdoy on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:40.225289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi115.yklghv on smithi115: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:22.241136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.nlqvvm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi195-nlqvvm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\n/bin/podman: stderr Error: no such container ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi195.nlqvvm\nDeploy daemon haproxy.nfs.foo.smithi195.nlqvvm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:25:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:26:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.115/16"}, "status": {"created": "2024-02-11T17:02:00.206232Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.115/16"}}, {"events": ["2024-02-11T17:01:55.164764Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:01:55.160445Z", "last_refresh": "2024-02-11T17:24:42.657186Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:56:37.280099Z", "last_refresh": "2024-02-11T17:24:42.656732Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:59.385190Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi115:172.21.15.115=smithi115", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:57:59.382654Z", "last_refresh": "2024-02-11T17:24:42.656817Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:00.205279Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-11T17:02:00.202144Z", "last_refresh": "2024-02-11T17:24:52.796916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:56:43.858572Z", "last_refresh": "2024-02-11T17:24:42.656881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:58:44.924361Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:58:44.918882Z", "last_refresh": "2024-02-11T17:24:42.656942Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:56:40.576193Z", "last_refresh": "2024-02-11T17:24:52.796510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:28:21.168 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:20 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: cluster 2024-02-11T17:28:19.148514+0000 mgr.smithi115.ltfvnr (mgr.14180) 1412 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:28:21.200 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:20 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: cluster 2024-02-11T17:28:19.148514+0000 mgr.smithi115.ltfvnr (mgr.14180) 1412 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:28:21.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:28:21.747 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-11T17:28:21.981 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3bfc0ee4c8c44b2c8df473322872d2cf Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-11T17:28:21.983 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-11T17:28:21.993 INFO:tasks.vip:Removing 10.0.15.115 (and any VIPs) on smithi115.front.sepia.ceph.com iface enp3s0f1... 2024-02-11T17:28:21.993 DEBUG:teuthology.orchestra.run.smithi115:> sudo ip addr del 10.0.15.115/16 dev enp3s0f1 2024-02-11T17:28:22.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:21 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: audit 2024-02-11T17:28:20.845914+0000 mgr.smithi115.ltfvnr (mgr.14180) 1413 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:22.033 DEBUG:teuthology.orchestra.run.smithi115:> sudo ip addr del 10.0.31.115/16 dev enp3s0f1 2024-02-11T17:28:22.103 INFO:teuthology.orchestra.run.smithi115.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-11T17:28:22.104 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-11T17:28:22.104 INFO:tasks.vip:Removing 10.0.15.195 (and any VIPs) on smithi195.front.sepia.ceph.com iface enp3s0f1... 2024-02-11T17:28:22.105 DEBUG:teuthology.orchestra.run.smithi195:> sudo ip addr del 10.0.15.195/16 dev enp3s0f1 2024-02-11T17:28:22.139 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:21 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: audit 2024-02-11T17:28:20.845914+0000 mgr.smithi115.ltfvnr (mgr.14180) 1413 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:22.143 DEBUG:teuthology.orchestra.run.smithi195:> sudo ip addr del 10.0.31.115/16 dev enp3s0f1 2024-02-11T17:28:22.212 INFO:teuthology.orchestra.run.smithi195.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-11T17:28:22.213 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-11T17:28:22.214 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-11T17:28:22.223 INFO:tasks.cephadm:Teardown begin 2024-02-11T17:28:22.224 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-11T17:28:22.254 DEBUG:teuthology.orchestra.run.smithi195:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-11T17:28:22.284 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-11T17:28:22.284 DEBUG:teuthology.orchestra.run.smithi115:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-11T17:28:22.313 DEBUG:teuthology.orchestra.run.smithi195:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-11T17:28:22.343 INFO:tasks.cephadm:Stopping all daemons... 2024-02-11T17:28:22.343 INFO:tasks.cephadm.mon.smithi115:Stopping mon.smithi115... 2024-02-11T17:28:22.343 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-55d221fe-c8fe-11ee-95b9-87774f69a715@mon.smithi115 2024-02-11T17:28:22.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:22 smithi115 systemd[1]: Stopping Ceph mon.smithi115 for 55d221fe-c8fe-11ee-95b9-87774f69a715... 2024-02-11T17:28:22.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:22 smithi115 bash[155923]: Error: no container with name or ID "ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon.smithi115" found: no such container 2024-02-11T17:28:22.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T17:28:22.635+0000 7f4594400700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi115 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-11T17:28:22.919 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:22 smithi115 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115[35793]: debug 2024-02-11T17:28:22.635+0000 7f4594400700 -1 mon.smithi115@0(leader) e2 *** Got Signal Terminated *** 2024-02-11T17:28:23.418 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 11 17:28:23 smithi115 bash[155963]: ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi115 2024-02-11T17:28:23.536 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-55d221fe-c8fe-11ee-95b9-87774f69a715@mon.smithi115.service' 2024-02-11T17:28:23.596 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-11T17:28:23.596 INFO:tasks.cephadm.mon.smithi115:Stopped mon.smithi115 2024-02-11T17:28:23.596 INFO:tasks.cephadm.mon.smithi195:Stopping mon.smithi195... 2024-02-11T17:28:23.596 DEBUG:teuthology.orchestra.run.smithi195:> sudo systemctl stop ceph-55d221fe-c8fe-11ee-95b9-87774f69a715@mon.smithi195 2024-02-11T17:28:23.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:23 smithi195 systemd[1]: Stopping Ceph mon.smithi195 for 55d221fe-c8fe-11ee-95b9-87774f69a715... 2024-02-11T17:28:23.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:23 smithi195 bash[62012]: Error: no container with name or ID "ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon.smithi195" found: no such container 2024-02-11T17:28:24.449 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: debug 2024-02-11T17:28:24.038+0000 7fa669036700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi195 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-11T17:28:24.450 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:24 smithi195 ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195[40520]: debug 2024-02-11T17:28:24.038+0000 7fa669036700 -1 mon.smithi195@1(peon) e2 *** Got Signal Terminated *** 2024-02-11T17:28:24.950 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Feb 11 17:28:24 smithi195 bash[62052]: ceph-55d221fe-c8fe-11ee-95b9-87774f69a715-mon-smithi195 2024-02-11T17:28:25.172 DEBUG:teuthology.orchestra.run.smithi195:> sudo pkill -f 'journalctl -f -n 0 -u ceph-55d221fe-c8fe-11ee-95b9-87774f69a715@mon.smithi195.service' 2024-02-11T17:28:25.218 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-11T17:28:25.218 INFO:tasks.cephadm.mon.smithi195:Stopped mon.smithi195 2024-02-11T17:28:25.218 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-11T17:30:46.881 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-11T17:31:29.653 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-11T17:31:29.690 DEBUG:teuthology.orchestra.run.smithi195:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-11T17:31:29.720 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-11T17:31:29.722 DEBUG:teuthology.misc:Transferring archived files from smithi115:/var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556246/remote/ubuntu@smithi115.front.sepia.ceph.com/crash 2024-02-11T17:31:29.723 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/crash -- . 2024-02-11T17:31:29.773 INFO:teuthology.orchestra.run.smithi115.stderr:tar: /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-11T17:31:29.774 INFO:teuthology.orchestra.run.smithi115.stderr:tar: Error is not recoverable: exiting now 2024-02-11T17:31:29.775 DEBUG:teuthology.misc:Transferring archived files from smithi195:/var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556246/remote/ubuntu@smithi195.front.sepia.ceph.com/crash 2024-02-11T17:31:29.776 DEBUG:teuthology.orchestra.run.smithi195:> sudo tar c -f - -C /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/crash -- . 2024-02-11T17:31:29.841 INFO:teuthology.orchestra.run.smithi195.stderr:tar: /var/lib/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-11T17:31:29.841 INFO:teuthology.orchestra.run.smithi195.stderr:tar: Error is not recoverable: exiting now 2024-02-11T17:31:29.842 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-11T17:31:29.843 DEBUG:teuthology.orchestra.run.smithi115:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-11T17:31:29.872 INFO:teuthology.orchestra.run.smithi115.stderr:grep: /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph.log: No such file or directory 2024-02-11T17:31:29.874 INFO:tasks.cephadm:Compressing logs... 2024-02-11T17:31:29.874 DEBUG:teuthology.orchestra.run.smithi115:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-11T17:31:29.917 DEBUG:teuthology.orchestra.run.smithi195:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-11T17:31:29.943 INFO:teuthology.orchestra.run.smithi115.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-11T17:31:29.944 INFO:teuthology.orchestra.run.smithi115.stderr:: No such file or directory 2024-02-11T17:31:29.944 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-11T17:31:29.944 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-mgr.smithi115.ltfvnr.log 2024-02-11T17:31:29.946 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.3.log 2024-02-11T17:31:29.946 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-mgr.smithi115.ltfvnr.log: gzip -5 --verbose -- /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-mon.smithi115.log 2024-02-11T17:31:29.947 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.7.log 2024-02-11T17:31:29.947 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-mon.smithi115.log: /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.5.log 2024-02-11T17:31:29.947 INFO:teuthology.orchestra.run.smithi195.stderr:find: ‘/var/log/rbd-target-api’gzip : No such file or directory-5 2024-02-11T17:31:29.947 INFO:teuthology.orchestra.run.smithi195.stderr:--verbose -- /var/log/ceph/cephadm.log 2024-02-11T17:31:29.947 INFO:teuthology.orchestra.run.smithi195.stderr:gzip -5 --verbose -- /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-mon.smithi195.log 2024-02-11T17:31:29.948 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.6.log 2024-02-11T17:31:29.948 INFO:teuthology.orchestra.run.smithi195.stderr:gzip -5 --verbose -- /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-11T17:31:29.948 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-mon.smithi195.log: /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.2.log 2024-02-11T17:31:29.948 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-mgr.smithi195.xvxjwu.log 2024-02-11T17:31:29.949 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.2.log: /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-mgr.smithi195.xvxjwu.log: 91.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-11T17:31:29.949 INFO:teuthology.orchestra.run.smithi195.stderr:gzip -5 --verbose -- /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.0.log 2024-02-11T17:31:29.950 INFO:teuthology.orchestra.run.smithi195.stderr:gzip -5 --verbose -- /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi195.fpzpfy.log 2024-02-11T17:31:29.950 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.0.log: /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi195.fpzpfy.log: 86.3% -- replaced with /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi195.fpzpfy.log.gz 2024-02-11T17:31:29.950 INFO:teuthology.orchestra.run.smithi195.stderr:gzip -5 --verbose -- /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.4.log 2024-02-11T17:31:29.951 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.4.log: 92.6% -- replaced with /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-11T17:31:29.951 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.5.log: 92.6% -- replaced with /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-11T17:31:29.954 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi115.gibgeg.log 2024-02-11T17:31:29.955 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi115.gibgeg.log: 60.1% -- replaced with /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi115.gibgeg.log.gz 2024-02-11T17:31:29.955 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.1.log 2024-02-11T17:31:29.955 INFO:teuthology.orchestra.run.smithi195.stderr: 93.5% -- replaced with /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-mgr.smithi195.xvxjwu.log.gz 2024-02-11T17:31:29.966 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.1.log: 94.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-11T17:31:30.205 INFO:teuthology.orchestra.run.smithi195.stderr: 92.3% -- replaced with /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-mon.smithi195.log.gz 2024-02-11T17:31:30.288 INFO:teuthology.orchestra.run.smithi115.stderr: 89.7% -- replaced with /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-mgr.smithi115.ltfvnr.log.gz 2024-02-11T17:31:30.428 INFO:teuthology.orchestra.run.smithi195.stderr: 92.9% -- replaced with /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.2.log.gz 2024-02-11T17:31:30.465 INFO:teuthology.orchestra.run.smithi115.stderr: 93.0% -- replaced with /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.1.log.gz 2024-02-11T17:31:30.544 INFO:teuthology.orchestra.run.smithi195.stderr: 93.0% -- replaced with /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.4.log.gz 2024-02-11T17:31:30.575 INFO:teuthology.orchestra.run.smithi195.stderr: 93.0% -- replaced with /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.0.log.gz 2024-02-11T17:31:30.603 INFO:teuthology.orchestra.run.smithi115.stderr: 93.1% -- replaced with /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.7.log.gz 2024-02-11T17:31:30.606 INFO:teuthology.orchestra.run.smithi115.stderr: 93.4% -- replaced with /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.3.log.gz 2024-02-11T17:31:30.626 INFO:teuthology.orchestra.run.smithi115.stderr: 93.0% -- replaced with /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.5.log.gz 2024-02-11T17:31:30.643 INFO:teuthology.orchestra.run.smithi195.stderr: 92.9% -- replaced with /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-osd.6.log.gz 2024-02-11T17:31:30.645 INFO:teuthology.orchestra.run.smithi195.stderr: 2024-02-11T17:31:30.645 INFO:teuthology.orchestra.run.smithi195.stderr:real 0m0.711s 2024-02-11T17:31:30.645 INFO:teuthology.orchestra.run.smithi195.stderr:user 0m2.598s 2024-02-11T17:31:30.645 INFO:teuthology.orchestra.run.smithi195.stderr:sys 0m0.105s 2024-02-11T17:31:30.897 INFO:teuthology.orchestra.run.smithi115.stderr: 89.9% -- replaced with /var/log/ceph/55d221fe-c8fe-11ee-95b9-87774f69a715/ceph-mon.smithi115.log.gz 2024-02-11T17:31:30.898 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-02-11T17:31:30.898 INFO:teuthology.orchestra.run.smithi115.stderr:real 0m0.965s 2024-02-11T17:31:30.898 INFO:teuthology.orchestra.run.smithi115.stderr:user 0m3.717s 2024-02-11T17:31:30.899 INFO:teuthology.orchestra.run.smithi115.stderr:sys 0m0.134s 2024-02-11T17:31:30.899 INFO:tasks.cephadm:Archiving logs... 2024-02-11T17:31:30.899 DEBUG:teuthology.misc:Transferring archived files from smithi115:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556246/remote/ubuntu@smithi115.front.sepia.ceph.com/log 2024-02-11T17:31:30.935 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-11T17:31:31.527 DEBUG:teuthology.misc:Transferring archived files from smithi195:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556246/remote/ubuntu@smithi195.front.sepia.ceph.com/log 2024-02-11T17:31:31.529 DEBUG:teuthology.orchestra.run.smithi195:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-11T17:31:31.950 INFO:tasks.cephadm:Removing cluster... 2024-02-11T17:31:31.950 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 --force 2024-02-11T17:31:32.321 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 55d221fe-c8fe-11ee-95b9-87774f69a715 --force 2024-02-11T17:31:32.693 INFO:tasks.cephadm:Removing cephadm ... 2024-02-11T17:31:32.694 DEBUG:teuthology.orchestra.run.smithi115:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-11T17:31:32.713 DEBUG:teuthology.orchestra.run.smithi195:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-11T17:31:32.731 INFO:tasks.cephadm:Teardown complete 2024-02-11T17:31:32.732 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-11T17:31:32.742 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi115:/dev/vg_nvme/lv_1... 2024-02-11T17:31:32.743 DEBUG:teuthology.orchestra.run.smithi115:> sudo nvme disconnect -n lv_1 2024-02-11T17:31:32.877 INFO:teuthology.orchestra.run.smithi115.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-11T17:31:32.878 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:31:32.878 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi115:/dev/vg_nvme/lv_2... 2024-02-11T17:31:32.879 DEBUG:teuthology.orchestra.run.smithi115:> sudo nvme disconnect -n lv_2 2024-02-11T17:31:33.004 INFO:teuthology.orchestra.run.smithi115.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-11T17:31:33.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:31:33.006 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi115:/dev/vg_nvme/lv_3... 2024-02-11T17:31:33.006 DEBUG:teuthology.orchestra.run.smithi115:> sudo nvme disconnect -n lv_3 2024-02-11T17:31:33.137 INFO:teuthology.orchestra.run.smithi115.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-11T17:31:33.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:31:33.139 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi115:/dev/vg_nvme/lv_4... 2024-02-11T17:31:33.139 DEBUG:teuthology.orchestra.run.smithi115:> sudo nvme disconnect -n lv_4 2024-02-11T17:31:33.268 INFO:teuthology.orchestra.run.smithi115.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-11T17:31:33.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:31:33.270 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-11T17:31:33.270 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/scratch_devs 2024-02-11T17:31:33.296 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi195:/dev/vg_nvme/lv_1... 2024-02-11T17:31:33.296 DEBUG:teuthology.orchestra.run.smithi195:> sudo nvme disconnect -n lv_1 2024-02-11T17:31:33.426 INFO:teuthology.orchestra.run.smithi195.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-11T17:31:33.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:31:33.427 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi195:/dev/vg_nvme/lv_2... 2024-02-11T17:31:33.428 DEBUG:teuthology.orchestra.run.smithi195:> sudo nvme disconnect -n lv_2 2024-02-11T17:31:33.547 INFO:teuthology.orchestra.run.smithi195.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-11T17:31:33.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:31:33.549 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi195:/dev/vg_nvme/lv_3... 2024-02-11T17:31:33.549 DEBUG:teuthology.orchestra.run.smithi195:> sudo nvme disconnect -n lv_3 2024-02-11T17:31:33.662 INFO:teuthology.orchestra.run.smithi195.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-11T17:31:33.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:31:33.663 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi195:/dev/vg_nvme/lv_4... 2024-02-11T17:31:33.664 DEBUG:teuthology.orchestra.run.smithi195:> sudo nvme disconnect -n lv_4 2024-02-11T17:31:33.799 INFO:teuthology.orchestra.run.smithi195.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-11T17:31:33.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:31:33.800 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-02-11T17:31:33.800 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/scratch_devs 2024-02-11T17:31:33.827 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-11T17:31:33.838 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-11T17:31:33.838 DEBUG:teuthology.orchestra.run.smithi115:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-11T17:31:33.840 DEBUG:teuthology.orchestra.run.smithi195:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-11T17:31:33.858 INFO:teuthology.orchestra.run.smithi115.stderr:bash: ntpq: command not found 2024-02-11T17:31:33.863 INFO:teuthology.orchestra.run.smithi115.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-11T17:31:33.863 INFO:teuthology.orchestra.run.smithi115.stdout:=============================================================================== 2024-02-11T17:31:33.863 INFO:teuthology.orchestra.run.smithi115.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 54 +1217us[+1220us] +/- 72ms 2024-02-11T17:31:33.863 INFO:teuthology.orchestra.run.smithi115.stdout:^* hv02.front.sepia.ceph.com 3 6 377 53 -1157us[-1155us] +/- 70ms 2024-02-11T17:31:33.864 INFO:teuthology.orchestra.run.smithi115.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 53 +44us[ +47us] +/- 63ms 2024-02-11T17:31:33.864 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T17:31:33.883 INFO:teuthology.orchestra.run.smithi195.stderr:bash: ntpq: command not found 2024-02-11T17:31:33.887 INFO:teuthology.orchestra.run.smithi195.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-11T17:31:33.888 INFO:teuthology.orchestra.run.smithi195.stdout:=============================================================================== 2024-02-11T17:31:33.888 INFO:teuthology.orchestra.run.smithi195.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 52 +1224us[+1224us] +/- 72ms 2024-02-11T17:31:33.888 INFO:teuthology.orchestra.run.smithi195.stdout:^* hv02.front.sepia.ceph.com 3 6 377 56 -1180us[-1207us] +/- 70ms 2024-02-11T17:31:33.888 INFO:teuthology.orchestra.run.smithi195.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 55 +37us[ +37us] +/- 63ms 2024-02-11T17:31:33.888 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T17:31:33.889 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-11T17:31:33.899 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-11T17:31:33.900 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-11T17:31:33.910 DEBUG:teuthology.orchestra.run.smithi115:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-11T17:31:33.987 DEBUG:teuthology.orchestra.run.smithi195:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-11T17:31:34.048 DEBUG:teuthology.orchestra.run.smithi115:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-11T17:31:34.079 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:31:34.079 DEBUG:teuthology.orchestra.run.smithi195:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-11T17:31:34.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:31:34.109 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-11T17:31:34.119 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-11T17:31:34.128 INFO:teuthology.task.internal:Duration was 2542.681260 seconds 2024-02-11T17:31:34.129 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-11T17:31:34.138 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-11T17:31:34.138 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-11T17:31:34.141 DEBUG:teuthology.orchestra.run.smithi195:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-11T17:31:34.186 INFO:teuthology.orchestra.run.smithi115.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-11T17:31:34.194 INFO:teuthology.orchestra.run.smithi195.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-11T17:31:34.459 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-11T17:31:34.460 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi115.front.sepia.ceph.com 2024-02-11T17:31:34.460 DEBUG:teuthology.orchestra.run.smithi115:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-11T17:31:34.482 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi195.front.sepia.ceph.com 2024-02-11T17:31:34.483 DEBUG:teuthology.orchestra.run.smithi195:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-11T17:31:34.504 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-11T17:31:34.505 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-11T17:31:34.525 DEBUG:teuthology.orchestra.run.smithi195:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-11T17:31:34.599 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-11T17:31:34.599 DEBUG:teuthology.orchestra.run.smithi115:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-11T17:31:34.601 DEBUG:teuthology.orchestra.run.smithi195:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-11T17:31:34.760 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-11T17:31:34.772 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-11T17:31:34.772 DEBUG:teuthology.orchestra.run.smithi115:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-11T17:31:34.799 DEBUG:teuthology.orchestra.run.smithi195:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-11T17:31:34.828 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-11T17:31:34.839 DEBUG:teuthology.orchestra.run.smithi115:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-11T17:31:34.842 DEBUG:teuthology.orchestra.run.smithi195:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-11T17:31:34.865 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = core 2024-02-11T17:31:34.894 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern = core 2024-02-11T17:31:34.945 DEBUG:teuthology.orchestra.run.smithi115:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-11T17:31:34.962 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:31:34.962 DEBUG:teuthology.orchestra.run.smithi195:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-11T17:31:35.002 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:31:35.003 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-11T17:31:35.014 INFO:teuthology.task.internal:Transferring archived files... 2024-02-11T17:31:35.015 DEBUG:teuthology.misc:Transferring archived files from smithi115:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556246/remote/smithi115 2024-02-11T17:31:35.016 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-11T17:31:35.063 DEBUG:teuthology.misc:Transferring archived files from smithi195:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556246/remote/smithi195 2024-02-11T17:31:35.064 DEBUG:teuthology.orchestra.run.smithi195:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-11T17:31:35.105 INFO:teuthology.task.internal:Removing archive directory... 2024-02-11T17:31:35.105 DEBUG:teuthology.orchestra.run.smithi115:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-11T17:31:35.107 DEBUG:teuthology.orchestra.run.smithi195:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-11T17:31:35.156 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-11T17:31:35.167 INFO:teuthology.task.internal:Not uploading archives. 2024-02-11T17:31:35.167 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-11T17:31:35.178 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-11T17:31:35.178 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-11T17:31:35.180 DEBUG:teuthology.orchestra.run.smithi195:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-11T17:31:35.195 INFO:teuthology.orchestra.run.smithi115.stdout: 525786 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 11 17:31 /home/ubuntu/cephtest 2024-02-11T17:31:35.213 INFO:teuthology.orchestra.run.smithi195.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 11 17:31 /home/ubuntu/cephtest 2024-02-11T17:31:35.214 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-11T17:31:35.225 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-11T17:31:35.247 INFO:teuthology.nuke:Checking targets against current locks 2024-02-11T17:31:35.276 DEBUG:teuthology.nuke:shortname: smithi115 2024-02-11T17:31:35.276 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-11T17:31:35.299 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556246', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-11 16:41:03.714074', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH5wHtQ3/GIWDbTQk+hGSu1h4UniSdqyrIy1l4WL5MUySfws8mrtTNJWVpnUuWdwH9FOEZX8l9IfTq04C7+4taM='} 2024-02-11T17:31:35.303 DEBUG:teuthology.nuke:shortname: smithi195 2024-02-11T17:31:35.303 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-11T17:31:35.329 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi195.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556246', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-11 16:41:03.712846', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBONdqMGSsTAr3l7zxxQvgA3ZFtae46zrKFPhPdKEFQhCwFDASca7mqUv36McAMdxEqKvzKf3jlXb9hzDdAlKbX4='} 2024-02-11T17:31:35.360 INFO:teuthology.orchestra.console.smithi115:Power off 2024-02-11T17:31:35.361 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-11T17:31:35.384 DEBUG:teuthology.orchestra.console.smithi115:power off output: Chassis Power Control: Down/Off 2024-02-11T17:31:35.385 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:31:35.399 INFO:teuthology.orchestra.console.smithi195:Power off 2024-02-11T17:31:35.399 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-11T17:31:35.409 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2024-02-11T17:31:35.421 DEBUG:teuthology.orchestra.console.smithi195:power off output: Chassis Power Control: Down/Off 2024-02-11T17:31:35.422 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:31:35.443 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is on 2024-02-11T17:31:39.411 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:31:39.445 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:31:39.521 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2024-02-11T17:31:39.554 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is on 2024-02-11T17:31:43.527 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:31:43.556 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:31:43.638 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2024-02-11T17:31:43.664 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is off 2024-02-11T17:31:43.764 INFO:teuthology.orchestra.console.smithi195:Power off completed 2024-02-11T17:31:47.643 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:31:47.752 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is off 2024-02-11T17:31:47.853 INFO:teuthology.orchestra.console.smithi115:Power off completed 2024-02-11T17:31:47.957 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: 2542.6812603473663 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=3bfc0ee4c8c44b2c8df473322872d2cf status: fail success: false 2024-02-11T17:31:47.957 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-11T17:31:48.022 INFO:teuthology.run:FAIL